From 157e6d4e7e4f3d5eff4fea7ba7fe840da5fcfd63 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 12 Jul 2010 23:40:16 +0200 Subject: configure: document the STATICLIB variable --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) 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]) -- cgit v1.2.3