From: Daniel Stenberg Date: Sun, 24 Sep 2006 22:03:01 +0000 (+0000) Subject: Bernard Leak fixed configure --with-gssapi-libs X-Git-Tag: curl-7_16_0~143 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2723eda1e406beb3c62d792931a0b52a56a609ca;p=thirdparty%2Fcurl.git Bernard Leak fixed configure --with-gssapi-libs --- diff --git a/CHANGES b/CHANGES index b68e8fa517..6718fb8043 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,8 @@ Changelog Daniel (24 September 2006) +- Bernard Leak fixed configure --with-gssapi-libs. + - Cory Nelson made libcurl use the WSAPoll() function if built for Windows Vista (_WIN32_WINNT >= 0x0600) diff --git a/configure.ac b/configure.ac index 157e8b814e..52d2818343 100644 --- a/configure.ac +++ b/configure.ac @@ -747,7 +747,7 @@ AC_ARG_WITH(gssapi-includes, AC_ARG_WITH(gssapi-libs, AC_HELP_STRING([--with-gssapi-libs=DIR], [Specify location of GSSAPI libs]), - [ GSSAPI_LIBS="-L$withval" + [ GSSAPI_LIB_DIR="-L$withval" want_gss="yes" ] )