From 177cd151a2cccdf077b83f058d6432e050d75d9d Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 6 Aug 2008 05:27:14 +0000 Subject: [PATCH] Regenerate. --- configure | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/configure b/configure index f77ee982ad9..1a422c11492 100755 --- a/configure +++ b/configure @@ -14894,12 +14894,14 @@ cat >>confdefs.h <<\_ACEOF _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 @@ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include /* for off_t */ - #include +#include 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; } @@ -18775,13 +18775,11 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #define _LARGEFILE_SOURCE 1 -#include /* for off_t */ - #include +#include 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; } -- 2.39.2