mirror of
https://github.com/php/php-src.git
synced 2025-01-19 10:13:38 +08:00
Debian/Ubuntu don't have any special CFLAGS listed here for
gssapi which shouldn't break the build.
This commit is contained in:
parent
408d0a0420
commit
0bea1fea8f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user