diff options
author | Dave Love <fx@gnu.org> | 2000-07-26 10:51:09 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-07-26 10:51:09 +0000 |
commit | 48989eadcb40bed1cd406992c14a0e7243915c11 (patch) | |
tree | 55bd83ae7a90383ee03a1ad0aae47292232e3e76 /configure.in | |
parent | e4afa558b2c960dbf6d89b6d02fb91b023d7bbde (diff) | |
download | emacs-48989eadcb40bed1cd406992c14a0e7243915c11.tar.gz |
(AC_SYS_LARGEFILE): Moved earlier.
Diffstat (limited to 'configure.in')
-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 CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS" fi +dnl Do this early because it can frob feature test macros for Unix-98 &c. +AC_SYS_LARGEFILE + # Sound support for GNU/Linux and the free BSDs. AC_CHECK_HEADERS(machine/soundcard.h sys/soundcard.h soundcard.h) # Emulation library used on NetBSD. @@ -1906,7 +1909,6 @@ fi AC_FUNC_GETLOADAVG -AC_SYS_LARGEFILE AC_CHECK_FUNCS(ftello) # UNIX98 PTYs. AC_SYS_LARGEFILE should have defined _XOPEN_SOURCE |