diff options
author | Yang Tse <yangsita@gmail.com> | 2012-04-23 16:26:21 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2012-04-23 16:26:21 +0200 |
commit | 13211705cd05fb1c926328a864743294b4325c2c (patch) | |
tree | 8c2fdcc95b955389cc64d221277a4bf8d1f5e024 /configure.ac | |
parent | 9ec0b7e0c44d29eca6f45916fe5af3501168fe85 (diff) |
Revert "Add -lversion if build with SSPI."
This reverts commit 9ec0b7e0c44d29eca6f45916fe5af3501168fe85.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 506913cdc..89f26f47a 100644 --- a/configure.ac +++ b/configure.ac @@ -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.]) |