Added the --static-libs option to curl-config

This commit is contained in:
Dan Fandrich
2007-10-25 22:30:35 +00:00
parent 43885493ea
commit faaaf62655
5 changed files with 15 additions and 2 deletions

View File

@@ -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`