Debian/Ubuntu don't have any special CFLAGS listed here for

gssapi which shouldn't break the build.
This commit is contained in:
Rasmus Lerdorf 2011-08-21 22:57:13 +00:00
parent 408d0a0420
commit 0bea1fea8f

View File

@ -2256,7 +2256,7 @@ AC_DEFUN([PHP_SETUP_KERBEROS],[
KERBEROS_LIBS=`$KRB5_CONFIG --libs gssapi`
KERBEROS_CFLAGS=`$KRB5_CONFIG --cflags gssapi`
if test -n "$KERBEROS_LIBS" && test -n "$KERBEROS_CFLAGS"; then
if test -n "$KERBEROS_LIBS"; then
found_kerberos=yes
PHP_EVAL_LIBLINE($KERBEROS_LIBS, $1)
PHP_EVAL_INCLINE($KERBEROS_CFLAGS)