mirror of
https://github.com/curl/curl.git
synced 2026-07-24 15:57:18 +03:00
oops, the GNU GSS patch could clobber the CPPFLAGS variable and it thus
broke krb4 builds!
This commit is contained in:
parent
6081c60556
commit
982ba21460
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue