diff options
| author | Dave Love | 2000-07-26 10:51:09 +0000 |
|---|---|---|
| committer | Dave Love | 2000-07-26 10:51:09 +0000 |
| commit | 48989eadcb40bed1cd406992c14a0e7243915c11 (patch) | |
| tree | 55bd83ae7a90383ee03a1ad0aae47292232e3e76 | |
| parent | e4afa558b2c960dbf6d89b6d02fb91b023d7bbde (diff) | |
| download | emacs-48989eadcb40bed1cd406992c14a0e7243915c11.tar.gz emacs-48989eadcb40bed1cd406992c14a0e7243915c11.zip | |
(AC_SYS_LARGEFILE): Moved earlier.
| -rw-r--r-- | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 827953c6309..ee03ee17669 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -1294,6 +1294,9 @@ else | |||
| 1294 | CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS" | 1294 | CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS" |
| 1295 | fi | 1295 | fi |
| 1296 | 1296 | ||
| 1297 | dnl Do this early because it can frob feature test macros for Unix-98 &c. | ||
| 1298 | AC_SYS_LARGEFILE | ||
| 1299 | |||
| 1297 | # Sound support for GNU/Linux and the free BSDs. | 1300 | # Sound support for GNU/Linux and the free BSDs. |
| 1298 | AC_CHECK_HEADERS(machine/soundcard.h sys/soundcard.h soundcard.h) | 1301 | AC_CHECK_HEADERS(machine/soundcard.h sys/soundcard.h soundcard.h) |
| 1299 | # Emulation library used on NetBSD. | 1302 | # Emulation library used on NetBSD. |
| @@ -1906,7 +1909,6 @@ fi | |||
| 1906 | 1909 | ||
| 1907 | AC_FUNC_GETLOADAVG | 1910 | AC_FUNC_GETLOADAVG |
| 1908 | 1911 | ||
| 1909 | AC_SYS_LARGEFILE | ||
| 1910 | AC_CHECK_FUNCS(ftello) | 1912 | AC_CHECK_FUNCS(ftello) |
| 1911 | 1913 | ||
| 1912 | # UNIX98 PTYs. AC_SYS_LARGEFILE should have defined _XOPEN_SOURCE | 1914 | # UNIX98 PTYs. AC_SYS_LARGEFILE should have defined _XOPEN_SOURCE |