]> git.pld-linux.org Git - packages/php4.git/blob - php4-krb5.patch
- rel 28; openssl 1.0.0 fix
[packages/php4.git] / php4-krb5.patch
1 --- php-4.4.6/acinclude.m4~     2007-04-02 00:48:31.000000000 +0200
2 +++ php-4.4.6/acinclude.m4      2007-04-02 01:02:32.000000000 +0200
3 @@ -1679,7 +1679,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.041003 seconds and 3 git commands to generate.