]> granicus.if.org Git - php/commitdiff
Debian/Ubuntu don't have any special CFLAGS listed here for
authorRasmus Lerdorf <rasmus@php.net>
Sun, 21 Aug 2011 22:57:13 +0000 (22:57 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Sun, 21 Aug 2011 22:57:13 +0000 (22:57 +0000)
gssapi which shouldn't break the build.

acinclude.m4

index c52e9cb963aefc57a2e7f79665ce3646587e49ba..5515b3f03d5302ab9ace12eddf6c92f19188944e 100644 (file)
@@ -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)