changeset 97320:deaa7d1ed99d

Regenerate.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 06 Aug 2008 05:27:14 +0000
parents 711b5eb40d6d
children 299a284fd85c
files configure
diffstat 1 files changed, 13 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed Aug 06 05:27:01 2008 +0000
+++ b/configure	Wed Aug 06 05:27:14 2008 +0000
@@ -14894,12 +14894,14 @@
 _ACEOF
 
   fi
+  if test "${NS_HAVE_INTEGER}" = "yes"; then
 
 cat >>confdefs.h <<\_ACEOF
 #define NS_HAVE_INTEGER 1
 _ACEOF
 
-    # We also have mouse menus.
+  fi
+  # We also have mouse menus.
   HAVE_MENUS=yes
 fi
 
@@ -18729,13 +18731,11 @@
 cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
-#include <sys/types.h> /* for off_t */
-     #include <stdio.h>
-int
-main ()
-{
-int (*fp) (FILE *, off_t, int) = fseeko;
-     return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
+#include <stdio.h>
+int
+main ()
+{
+return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
   ;
   return 0;
 }
@@ -18775,13 +18775,11 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 #define _LARGEFILE_SOURCE 1
-#include <sys/types.h> /* for off_t */
-     #include <stdio.h>
-int
-main ()
-{
-int (*fp) (FILE *, off_t, int) = fseeko;
-     return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
+#include <stdio.h>
+int
+main ()
+{
+return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
   ;
   return 0;
 }