From: Guenter Knauf Date: Mon, 23 Apr 2012 00:14:32 +0000 (+0100) Subject: configure.ac: Added -lversion if built with SSPI X-Git-Tag: curl-7_27_0~216 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b15434e74924b9155dd116e647bed507cccd0cf1;p=curl configure.ac: Added -lversion if built with SSPI --- 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.])