]> granicus.if.org Git - curl/commitdiff
configure.ac: Added -lversion if built with SSPI
authorGuenter Knauf <lists@gknw.net>
Mon, 23 Apr 2012 00:14:32 +0000 (01:14 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 11 Jun 2012 17:00:36 +0000 (19:00 +0200)
configure.ac

index 8e7fe6d6d087cbb337482ae05346485f91b6c430..f56890fa93beffa5acccf7f3b8be647b92b80a14 100644 (file)
@@ -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.])