aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2007-06-16 23:44:21 +0000
committerMiles Bader2007-06-16 23:44:21 +0000
commit554b610f776c60dfb5c773e69928d1e1b9862bfc (patch)
tree5297087e78300259b35e4ea3de27914e7dd58191
parentb36153926049c95ef192786f4ef6151dc6506de4 (diff)
downloademacs-554b610f776c60dfb5c773e69928d1e1b9862bfc.tar.gz
emacs-554b610f776c60dfb5c773e69928d1e1b9862bfc.zip
Update configure
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-224
-rwxr-xr-xconfigure20
1 files changed, 8 insertions, 12 deletions
diff --git a/configure b/configure
index b348c5704ab..7a44b81a3ca 100755
--- a/configure
+++ b/configure
@@ -412,10 +412,10 @@ else
412fi 412fi
413 413
414test \$exitcode = 0") || { 414test \$exitcode = 0") || {
415 echo Please tell bug-autoconf@gnu.org about your system, 415 echo No shell found that supports shell functions.
416 echo including any error possibly output before this message. 416 echo Please tell autoconf@gnu.org about your system,
417 echo This can help us improve future autoconf versions. 417 echo including any error possibly output before this
418 echo Configuration will now proceed without shell functions. 418 echo message
419} 419}
420 420
421 421
@@ -18640,13 +18640,11 @@ _ACEOF
18640cat confdefs.h >>conftest.$ac_ext 18640cat confdefs.h >>conftest.$ac_ext
18641cat >>conftest.$ac_ext <<_ACEOF 18641cat >>conftest.$ac_ext <<_ACEOF
18642/* end confdefs.h. */ 18642/* end confdefs.h. */
18643#include <sys/types.h> /* for off_t */ 18643#include <stdio.h>
18644 #include <stdio.h>
18645int 18644int
18646main () 18645main ()
18647{ 18646{
18648int (*fp) (FILE *, off_t, int) = fseeko; 18647return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
18649 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
18650 ; 18648 ;
18651 return 0; 18649 return 0;
18652} 18650}
@@ -18686,13 +18684,11 @@ cat confdefs.h >>conftest.$ac_ext
18686cat >>conftest.$ac_ext <<_ACEOF 18684cat >>conftest.$ac_ext <<_ACEOF
18687/* end confdefs.h. */ 18685/* end confdefs.h. */
18688#define _LARGEFILE_SOURCE 1 18686#define _LARGEFILE_SOURCE 1
18689#include <sys/types.h> /* for off_t */ 18687#include <stdio.h>
18690 #include <stdio.h>
18691int 18688int
18692main () 18689main ()
18693{ 18690{
18694int (*fp) (FILE *, off_t, int) = fseeko; 18691return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
18695 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
18696 ; 18692 ;
18697 return 0; 18693 return 0;
18698} 18694}