From 0bea1fea8fd08c3f9af40f2c4849bbcc61ef9a8b Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Sun, 21 Aug 2011 22:57:13 +0000 Subject: [PATCH] Debian/Ubuntu don't have any special CFLAGS listed here for gssapi which shouldn't break the build. --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1