Submitted By Bernard Leak: bernard at brenda hyphen arkle dot demon dot co dot uk
Date  2006-09-24 (Sunday September 24th 2006)
Initial Package Version 7.15.5
Upstream Status Submitted upstream
Origin  Me!
Description  Corrects handling of user-supplied path to GSSAPI libraries

#Output of diff -Nru curl-7.15.5/configure.ac{-old,}
--- curl-7.15.5/configure.ac-old	2006-07-29 22:35:41.000000000 +0100
+++ curl-7.15.5/configure.ac	2006-09-24 16:41:23.000000000 +0100
@@ -747,7 +747,7 @@
 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" ]
 )
 

#Output of diff -Nru curl-7.15.5/configure{-old,}
--- curl-7.15.5/configure-old	2006-08-04 14:45:29.000000000 +0100
+++ curl-7.15.5/configure	2006-09-24 16:40:23.000000000 +0100
@@ -25955,7 +25955,7 @@
 
 # Check whether --with-gssapi-libs was given.
 if test "${with_gssapi_libs+set}" = set; then
-  withval=$with_gssapi_libs;  GSSAPI_LIBS="-L$withval"
+  withval=$with_gssapi_libs;  GSSAPI_LIB_DIR="-L$withval"
     want_gss="yes"
 
 fi


