]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
used autoconf 2.61
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Sat, 8 Nov 2008 10:49:16 +0000 (10:49 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Sat, 8 Nov 2008 10:49:16 +0000 (10:49 +0000)
git-svn-id: file:///svn/unbound/trunk@1340 be551aaa-1e26-0410-a405-d3ace91eadb9

configure

index 8def474480800a1a356e6153079614e3f5bb38fa..bbce39e6c102f5641fc8d8194285ca6f21f933b4 100755 (executable)
--- a/configure
+++ b/configure
@@ -24305,13 +24305,11 @@ _ACEOF
 cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
-#include <sys/types.h> /* for off_t */
-     #include <stdio.h>
+#include <stdio.h>
 int
 main ()
 {
-int (*fp) (FILE *, off_t, int) = fseeko;
-     return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
+return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
   ;
   return 0;
 }
@@ -24351,13 +24349,11 @@ cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 #define _LARGEFILE_SOURCE 1
-#include <sys/types.h> /* for off_t */
-     #include <stdio.h>
+#include <stdio.h>
 int
 main ()
 {
-int (*fp) (FILE *, off_t, int) = fseeko;
-     return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
+return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
   ;
   return 0;
 }