]> granicus.if.org Git - php/commitdiff
Need to add the kerberos include dir here (fixes compile problem on RH9)
authorRasmus Lerdorf <rasmus@php.net>
Sat, 10 May 2003 17:11:33 +0000 (17:11 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Sat, 10 May 2003 17:11:33 +0000 (17:11 +0000)
ext/imap/config.m4

index bdf315795d2ddd9abdba0ef3fe9b4a535f9ed627..f992ab8ec3b0981c5c48ff092d9748658fb015ce 100644 (file)
@@ -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.