mirror of
https://github.com/curl/curl.git
synced 2026-07-06 02:47:20 +03:00
Add -lversion if build with SSPI.
This commit is contained in:
parent
412510f974
commit
9ec0b7e0c4
1 changed files with 1 additions and 0 deletions
|
|
@ -2984,6 +2984,7 @@ AC_HELP_STRING([--disable-sspi],[Disable SSPI]),
|
|||
AC_DEFINE(USE_WINDOWS_SSPI, 1, [to enable SSPI support])
|
||||
AC_SUBST(USE_WINDOWS_SSPI, [1])
|
||||
curl_sspi_msg="enabled"
|
||||
LIBS="$LIBS -lversion"
|
||||
else
|
||||
AC_MSG_RESULT(no)
|
||||
AC_MSG_WARN([--enable-sspi Ignored. Only supported on native Windows builds.])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue