mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +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
db218ee768
commit
809ece9385
@ -2271,7 +2271,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