Skip to content

Commit

Permalink
Debian/Ubuntu don't have any special CFLAGS listed here for
Browse files Browse the repository at this point in the history
gssapi which shouldn't break the build.
  • Loading branch information
rlerdorf committed Aug 21, 2011
1 parent 408d0a0 commit 0bea1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0bea1fe

Please sign in to comment.