summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2011-08-23 09:28:57 +0000
committerJohannes Schlüter <johannes@php.net>2011-08-23 09:28:57 +0000
commitd42be4a5cf0ecd8e0d57a772dae53ef4a8c6e785 (patch)
tree3591f39c9288fecaeea13387f20611a79bb5f89a /acinclude.m4
parentc632b0d5677c978197000468da08250b8b203e7f (diff)
parentd1f018987301842cf4d12a4971f19f8bca208fc6 (diff)
downloadphp-git-php-5.3.8.tar.gz
- PHP 5.3.8php-5.3.8
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 5515b3f03d..c52e9cb963 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"; then
+ if test -n "$KERBEROS_LIBS" && test -n "$KERBEROS_CFLAGS"; then
found_kerberos=yes
PHP_EVAL_LIBLINE($KERBEROS_LIBS, $1)
PHP_EVAL_INCLINE($KERBEROS_CFLAGS)