From 9ec0b7e0c44d29eca6f45916fe5af3501168fe85 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Mon, 23 Apr 2012 02:14:38 +0200 Subject: Add -lversion if build with SSPI. --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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.]) -- cgit v1.2.3