From: Rasmus Lerdorf Date: Sat, 10 May 2003 17:11:33 +0000 (+0000) Subject: Need to add the kerberos include dir here (fixes compile problem on RH9) X-Git-Tag: php-4.3.2RC3~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8af95533ac32a0dae4df3b68c5695b68541077d;p=php Need to add the kerberos include dir here (fixes compile problem on RH9) --- diff --git a/ext/imap/config.m4 b/ext/imap/config.m4 index bdf315795d..f992ab8ec3 100644 --- a/ext/imap/config.m4 +++ b/ext/imap/config.m4 @@ -90,6 +90,7 @@ AC_DEFUN(PHP_IMAP_KRB_CHK, [ PHP_ADD_LIBRARY(krb5, 1, IMAP_SHARED_LIBADD) PHP_ADD_LIBRARY(k5crypto, 1, IMAP_SHARED_LIBADD) PHP_ADD_LIBRARY(com_err, 1, IMAP_SHARED_LIBADD) + PHP_ADD_INCLUDE($PHP_KERBEROS_DIR/include) else AC_EGREP_HEADER(auth_gss, $IMAP_INC_DIR/linkage.h, [ AC_MSG_ERROR([This c-client library is built with Kerberos support.