mirror of
https://github.com/curl/curl.git
synced 2026-04-20 03:31:14 +03:00
configure: document the STATICLIB variable
This commit is contained in:
parent
d4e6404135
commit
157e6d4e7e
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue