summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-11-19 18:40:21 +0000
committerjbj <devnull@localhost>2002-11-19 18:40:21 +0000
commit22389abbd44af3376c4c86824a558eae412bc541 (patch)
tree7512ba0a2a6e1a8e54f2b0f9e601bb336f52d695 /configure.ac
parent1c023424d7fb2de08293a5721e11ec4a909a04e2 (diff)
downloadrpm-22389abbd44af3376c4c86824a558eae412bc541.tar.gz
rpm-22389abbd44af3376c4c86824a558eae412bc541.tar.bz2
rpm-22389abbd44af3376c4c86824a558eae412bc541.zip
- add AC_SYS_LARGFILE throughout.
- statically link rpmdeps against (internal) libfmagic. CVS patchset: 5876 CVS date: 2002/11/19 18:40:21
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ba17aca90..d39279feb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,6 +57,7 @@ export CFLAGS
AC_PROG_CPP
AC_PROG_GCC_TRADITIONAL
+AC_SYS_LARGEFILE
dnl Does this platform require array notation to assign to a va_list?
dnl If cross-compiling, we assume va_list is "normal". If this breaks