# HG changeset patch # User Andreas Schwab # Date 1179646861 0 # Node ID e1e4eb0dfbae4a0b43ede0a7920b1e0b5840269e # Parent 1facbd04b19966f09548ac4501fe8cc3c00513ae Regenerate. diff -r 1facbd04b199 -r e1e4eb0dfbae configure --- a/configure Sun May 20 07:40:35 2007 +0000 +++ b/configure Sun May 20 07:41:01 2007 +0000 @@ -683,7 +683,6 @@ PKG_CONFIG ALSA_CFLAGS ALSA_LIBS - CFLAGS_SOUND SET_MAKE XMKMF @@ -6499,7 +6498,6 @@ #define HAVE_ALSA 1 _ACEOF - fi fi @@ -18121,13 +18119,11 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include /* for off_t */ - #include -int -main () -{ -int (*fp) (FILE *, off_t, int) = fseeko; - return fseeko (stdin, 0, 0) && fp (stdin, 0, 0); +#include +int +main () +{ +return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0); ; return 0; } @@ -18167,13 +18163,11 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #define _LARGEFILE_SOURCE 1 -#include /* for off_t */ - #include -int -main () -{ -int (*fp) (FILE *, off_t, int) = fseeko; - return fseeko (stdin, 0, 0) && fp (stdin, 0, 0); +#include +int +main () +{ +return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0); ; return 0; }