From: Rasmus Lerdorf Date: Sun, 21 Aug 2011 22:57:13 +0000 (+0000) Subject: Debian/Ubuntu don't have any special CFLAGS listed here for X-Git-Tag: php-5.3.8~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0bea1fea8fd08c3f9af40f2c4849bbcc61ef9a8b;p=php Debian/Ubuntu don't have any special CFLAGS listed here for gssapi which shouldn't break the build. --- diff --git a/acinclude.m4 b/acinclude.m4 index c52e9cb963..5515b3f03d 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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)