]> granicus.if.org Git - curl/commitdiff
configure: document the STATICLIB variable
authorDaniel Stenberg <daniel@haxx.se>
Mon, 12 Jul 2010 21:40:16 +0000 (23:40 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 12 Jul 2010 21:40:16 +0000 (23:40 +0200)
configure.ac

index 510cbbf040c336fd39e498ccf4ef9830db8cd91b..c0d25f3a63e47a41004dab14d8d85df6d283e382 100644 (file)
@@ -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])