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
commit809ece9385e954d3cbd21eb66e2e4964fd8c2f10 (patch)
treee1747b9dec14ede8555e4bef1d4315a892432bc6 /acinclude.m4
parentdb218ee76891c2cd6d1c90baf159da97332a831e (diff)
downloadphp-git-809ece9385e954d3cbd21eb66e2e4964fd8c2f10.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 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)