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.5.0alpha1~1509 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7fbf19566d7f8c97d33b17de2f1920b2cfb42872;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 89d6c6f27b..528278c1cb 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2271,7 +2271,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)