mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:13:32 +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
|
esac
|
||||||
AC_MSG_RESULT($mimpure)
|
AC_MSG_RESULT($mimpure)
|
||||||
AM_CONDITIONAL(MIMPURE, test x$mimpure = xyes)
|
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)
|
AM_CONDITIONAL(STATICLIB, false)
|
||||||
|
|
||||||
AC_MSG_CHECKING([if we need BUILDING_LIBCURL])
|
AC_MSG_CHECKING([if we need BUILDING_LIBCURL])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue