From: Daniel Stenberg Date: Wed, 31 Aug 2005 21:23:47 +0000 (+0000) Subject: oops, the GNU GSS patch could clobber the CPPFLAGS variable and it thus X-Git-Tag: curl-7_14_1~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=982ba2146087c61c376d4239ef7608c79cb51b61;p=curl oops, the GNU GSS patch could clobber the CPPFLAGS variable and it thus broke krb4 builds! --- diff --git a/configure.ac b/configure.ac index 5f29b3ca1..494c2048a 100644 --- a/configure.ac +++ b/configure.ac @@ -700,6 +700,7 @@ AC_ARG_WITH(gssapi, fi ]) +save_CPPFLAGS="$CPPFLAGS" AC_MSG_CHECKING([if GSSAPI support is requested]) if test x"$want_gss" = xyes; then AC_MSG_RESULT(yes) @@ -711,7 +712,6 @@ if test x"$want_gss" = xyes; then GSSAPI_INCS="-I$GSSAPI_ROOT/include" fi fi - save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $GSSAPI_INCS" AC_CHECK_HEADER(gss.h,