Skip to content
Snippets Groups Projects
Commit 9ec0b7e0 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

Add -lversion if build with SSPI.

parent 412510f9
No related branches found
No related tags found
No related merge requests found
......@@ -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.])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment