]> granicus.if.org Git - curl/commitdiff
Revert "Add -lversion if build with SSPI."
authorYang Tse <yangsita@gmail.com>
Mon, 23 Apr 2012 14:26:21 +0000 (16:26 +0200)
committerYang Tse <yangsita@gmail.com>
Mon, 23 Apr 2012 14:26:21 +0000 (16:26 +0200)
This reverts commit 9ec0b7e0c44d29eca6f45916fe5af3501168fe85.

configure.ac

index 506913cdca4200d38680f743370e3e2b269b504a..89f26f47a3f29a51eb346eb0d4f0b62b7ded0f32 100644 (file)
@@ -2984,7 +2984,6 @@ 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.])