aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-08-24 12:33:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-08-24 12:33:16 +0000
commit1b1f143cd65cb86138e3083790d89f959e3ecc87 (patch)
tree8f1f2128b6176c5f3019620af721747e13abb4d1 /configure.in
parent31b8eea0414bfb9188f6beea94ea72b26c33894f (diff)
hostname and large file support added
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 8942c99be..67d41af02 100644
--- a/configure.in
+++ b/configure.in
@@ -13,12 +13,15 @@ AC_CANONICAL_TARGET
dnl Checks for programs.
AC_PROG_CC
+
+dnl Check for AIX weirdos
+AC_AIX
+
+AC_SYS_LARGEFILE
dnl The install stuff has already been taken care of by the automake stuff
dnl AC_PROG_INSTALL
AC_PROG_MAKE_SET
-dnl Check for AIX weirdos
-AC_AIX
dnl **********************************************************************
dnl Checks for libraries.