]> git.pld-linux.org Git - packages/php.git/blame - php-krb5-ac.patch
This commit was manufactured by cvs2git to create branch 'DEVEL'.
[packages/php.git] / php-krb5-ac.patch
CommitLineData
c0240cb1 1--- php-5.3.3/acinclude.m4.orig 2010-10-19 21:38:42.000000000 +0200
2+++ php-5.3.3/acinclude.m4 2010-10-19 22:53:11.792893220 +0200
3@@ -2252,7 +2252,7 @@
4 KERBEROS_LIBS=`$KRB5_CONFIG --libs gssapi`
5 KERBEROS_CFLAGS=`$KRB5_CONFIG --cflags gssapi`
6
7- if test -n "$KERBEROS_LIBS" && test -n "$KERBEROS_CFLAGS"; then
8+ if test -n "$KERBEROS_LIBS" || test -n "$KERBEROS_CFLAGS"; then
9 found_kerberos=yes
10 PHP_EVAL_LIBLINE($KERBEROS_LIBS, $1)
11 PHP_EVAL_INCLINE($KERBEROS_CFLAGS)
This page took 0.069625 seconds and 4 git commands to generate.