mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
configure: document the STATICLIB variable
This commit is contained in:
parent
d4e6404135
commit
157e6d4e7e
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user