From e31c9a09fa7ca17bf35b9c6c5b521d6fbb843951 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 20 May 2007 07:41:01 +0000 Subject: [PATCH] Regenerate. --- configure | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/configure b/configure index 4dfb335313f..05828a5053e 100755 --- a/configure +++ b/configure @@ -683,7 +683,6 @@ LIBSOUND PKG_CONFIG ALSA_CFLAGS ALSA_LIBS - CFLAGS_SOUND SET_MAKE XMKMF @@ -6499,7 +6498,6 @@ cat >>confdefs.h <<\_ACEOF #define HAVE_ALSA 1 _ACEOF - fi fi @@ -18121,13 +18119,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; } @@ -18167,13 +18163,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