diff options
-rw-r--r-- | configure.ac | 3 |
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]) |