aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-07-12 23:40:16 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-07-12 23:40:16 +0200
commit157e6d4e7e4f3d5eff4fea7ba7fe840da5fcfd63 (patch)
treebd2f15943f44824be2a2b4021206d8f04038d490
parentd4e64041352a4454dc0a961d125794692a913136 (diff)
configure: document the STATICLIB variable
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 510cbbf04..c0d25f3a6 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])