From: Daniel Stenberg Date: Mon, 12 Jul 2010 21:40:16 +0000 (+0200) Subject: configure: document the STATICLIB variable X-Git-Tag: curl-7_21_1~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=157e6d4e7e4f3d5eff4fea7ba7fe840da5fcfd63;p=thirdparty%2Fcurl.git configure: document the STATICLIB variable --- diff --git a/configure.ac b/configure.ac index 510cbbf040..c0d25f3a63 100644 --- a/configure.ac +++ b/configure.ac @@ -221,6 +221,9 @@ case $host in esac AC_MSG_RESULT($mimpure) AM_CONDITIONAL(MIMPURE, test x$mimpure = xyes) + +dnl 'STATICLIB' is, in spite of its name, not generic but only for static-only +dnl builds on Windows AM_CONDITIONAL(STATICLIB, false) AC_MSG_CHECKING([if we need BUILDING_LIBCURL])