diff options
| author | Miles Bader | 2007-06-16 23:44:21 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-06-16 23:44:21 +0000 |
| commit | 554b610f776c60dfb5c773e69928d1e1b9862bfc (patch) | |
| tree | 5297087e78300259b35e4ea3de27914e7dd58191 | |
| parent | b36153926049c95ef192786f4ef6151dc6506de4 (diff) | |
| download | emacs-554b610f776c60dfb5c773e69928d1e1b9862bfc.tar.gz emacs-554b610f776c60dfb5c773e69928d1e1b9862bfc.zip | |
Update configure
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-224
| -rwxr-xr-x | configure | 20 |
1 files changed, 8 insertions, 12 deletions
| @@ -412,10 +412,10 @@ else | |||
| 412 | fi | 412 | fi |
| 413 | 413 | ||
| 414 | test \$exitcode = 0") || { | 414 | test \$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 | |||
| 18640 | cat confdefs.h >>conftest.$ac_ext | 18640 | cat confdefs.h >>conftest.$ac_ext |
| 18641 | cat >>conftest.$ac_ext <<_ACEOF | 18641 | cat >>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> | ||
| 18645 | int | 18644 | int |
| 18646 | main () | 18645 | main () |
| 18647 | { | 18646 | { |
| 18648 | int (*fp) (FILE *, off_t, int) = fseeko; | 18647 | return 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 | |||
| 18686 | cat >>conftest.$ac_ext <<_ACEOF | 18684 | cat >>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> | ||
| 18691 | int | 18688 | int |
| 18692 | main () | 18689 | main () |
| 18693 | { | 18690 | { |
| 18694 | int (*fp) (FILE *, off_t, int) = fseeko; | 18691 | return 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 | } |