aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-10-25 22:30:35 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-10-25 22:30:35 +0000
commitfaaaf626551f540e578dad18cab4efbfded38937 (patch)
tree8536977f49ecbfc199a1fbc85165bc59a49dc864 /configure.ac
parent43885493eaf0c4452bc50bece8b4ec1ab1280ff1 (diff)
downloadgnurl-faaaf626551f540e578dad18cab4efbfded38937.tar.gz
gnurl-faaaf626551f540e578dad18cab4efbfded38937.tar.bz2
gnurl-faaaf626551f540e578dad18cab4efbfded38937.zip
Added the --static-libs option to curl-config
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 eef03855d..a0c4fae67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,6 +55,7 @@ AC_SUBST(AR)
if test "x$AR" = "xar-was-not-found-by-configure"; then
AC_MSG_WARN([ar was not found, this may ruin your chances to build fine])
fi
+AC_SUBST(libext)
dnl figure out the libcurl version
VERSION=`$SED -ne 's/^#define LIBCURL_VERSION "\(.*\)"/\1/p' ${srcdir}/include/curl/curlver.h`