diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-05-27 02:12:09 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-05-27 02:12:09 -0700 |
commit | 50c4645e2cc7857c84abeaa3f4787fc7ea34f5a6 (patch) | |
tree | f3bf81d6278d73cc9fab80e6b14c7841d3d7cec8 /configure.in | |
parent | 57b81a9f519a6538e7caa581a62087bec219abd1 (diff) | |
download | emacs-50c4645e2cc7857c84abeaa3f4787fc7ea34f5a6.tar.gz |
Assume gnulib does largefile.
Gnulib does the largefile configuration anyway, so when configure.in
invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
* admin/merge-gnulib (GNULIB_MODULES): Add largefile.
* configure.in (AC_SYS_LARGEFILE): Remove.
* lib/gnulib.mk: Autoupdate.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 3a7e42965e8..15cc35f6289 100644 --- a/configure.in +++ b/configure.in @@ -942,9 +942,6 @@ AC_DEFUN([AC_TYPE_SIZE_T]) # Likewise for obsolescent test for uid_t, gid_t; Emacs assumes them. AC_DEFUN([AC_TYPE_UID_T]) -dnl Do this early because it can frob feature test macros for Unix-98 &c. -AC_SYS_LARGEFILE - LIB_MATH=-lm LIB_STANDARD= |