summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2007-05-20 07:41:01 +0000
committerAndreas Schwab <schwab@suse.de>2007-05-20 07:41:01 +0000
commite31c9a09fa7ca17bf35b9c6c5b521d6fbb843951 (patch)
tree9d03b01ea60701034e809a177ff022cb135ae3e0 /configure
parent7b4861defc03213b9a7e28d94bc1b81e72104a98 (diff)
downloademacs-e31c9a09fa7ca17bf35b9c6c5b521d6fbb843951.tar.gz
Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure14
1 files 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 <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;
}
@@ -18167,13 +18163,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;
}