aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c71478e8..a8efb242 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,6 @@ AH_TOP([#define _GNU_SOURCE 1])
30# Checks for programs. 30# Checks for programs.
31AC_PROG_AWK 31AC_PROG_AWK
32AC_PROG_CC 32AC_PROG_CC
33AC_PROG_CPP
34AC_PROG_INSTALL 33AC_PROG_INSTALL
35AC_PROG_LN_S 34AC_PROG_LN_S
36AC_PROG_MAKE_SET 35AC_PROG_MAKE_SET
@@ -106,7 +105,7 @@ AC_CHECK_MEMBER(pthread_t.p, AC_DEFINE(HAVE_NEW_PTHREAD_T, 1,
106SAVE_LIBS=$LIBS 105SAVE_LIBS=$LIBS
107LIBCURL_CHECK_CONFIG(,,curl=1,curl=0) 106LIBCURL_CHECK_CONFIG(,,curl=1,curl=0)
108AM_CONDITIONAL(HAVE_CURL, test x$curl = x1) 107AM_CONDITIONAL(HAVE_CURL, test x$curl = x1)
109$LIBS=$SAVE_LIBS 108LIBS=$SAVE_LIBS
110 109
111 110
112# large file support (> 4 GB) 111# large file support (> 4 GB)