diff options
author | Guenter Knauf <lists@gknw.net> | 2012-04-23 01:14:32 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-06-11 19:00:36 +0200 |
commit | b15434e74924b9155dd116e647bed507cccd0cf1 (patch) | |
tree | bf94e7406fbf51ac706925275192e8be3c93f21b /configure.ac | |
parent | 7047e2ed725d24f7fe4ce7c566ef0a9342e3be9c (diff) | |
download | curl-b15434e74924b9155dd116e647bed507cccd0cf1.tar.gz |
configure.ac: Added -lversion if built 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 8e7fe6d6d..f56890fa9 100644 --- a/configure.ac +++ b/configure.ac @@ -3044,6 +3044,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.]) |