Skip to content

Commit

Permalink
Add -lversion if build with SSPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
gknauf committed Apr 23, 2012
1 parent 412510f commit 9ec0b7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -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.])
Expand Down

0 comments on commit 9ec0b7e

Please sign in to comment.