summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2011-08-21 22:57:13 +0000
committerRasmus Lerdorf <rasmus@php.net>2011-08-21 22:57:13 +0000
commit0bea1fea8fd08c3f9af40f2c4849bbcc61ef9a8b (patch)
tree1fd3fa6f36d80372b82a0136fbb888858d7fe8a1 /acinclude.m4
parent408d0a0420e2ccc3a1a3aec670dabdf9964da37e (diff)
downloadphp-git-0bea1fea8fd08c3f9af40f2c4849bbcc61ef9a8b.tar.gz
Debian/Ubuntu don't have any special CFLAGS listed here for
gssapi which shouldn't break the build.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
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)