diff options
author | Guenter Knauf <lists@gknw.net> | 2012-04-23 02:14:38 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2012-04-23 02:15:30 +0200 |
commit | 9ec0b7e0c44d29eca6f45916fe5af3501168fe85 (patch) | |
tree | 760f8c2c4c8b00436ba9668f3d0c7382ce6be38b /configure.ac | |
parent | 412510f97407d617426d93b80e6b6bf0a8ff11ac (diff) | |
download | curl-9ec0b7e0c44d29eca6f45916fe5af3501168fe85.tar.gz |
Add -lversion if build with SSPI.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 89f26f47a..506913cdc 100644 --- a/configure.ac +++ b/configure.ac @@ -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.]) |