diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-08-06 05:27:14 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-08-06 05:27:14 +0000 |
commit | 177cd151a2cccdf077b83f058d6432e050d75d9d (patch) | |
tree | ee8648398c08a6999446f83ccab7fd93f8114858 /configure | |
parent | 7ef651dd210bbfb409f1873894140b8c5262802a (diff) | |
download | emacs-177cd151a2cccdf077b83f058d6432e050d75d9d.tar.gz |
Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 16 |
1 files 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 <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; } @@ -18775,13 +18775,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; } |