2006-02-06 07:39:59 +01:00
|
|
|
$NetBSD: patch-aj,v 1.3 2006/02/06 06:39:59 martti Exp $
|
2004-10-31 22:14:54 +01:00
|
|
|
|
2006-02-06 07:39:59 +01:00
|
|
|
--- ext/imap/config.m4.orig 2005-05-30 02:16:41.000000000 +0300
|
|
|
|
+++ ext/imap/config.m4 2006-02-05 15:36:56.000000000 +0200
|
|
|
|
@@ -42,6 +42,14 @@
|
2004-10-31 22:14:54 +01:00
|
|
|
])
|
|
|
|
])
|
|
|
|
|
|
|
|
+dsl Must be before --with-kerberos, affects the check
|
|
|
|
+PHP_ARG_WITH(imap-linkage,use IMAP c-client linkage,
|
|
|
|
+[ --with-imap-linkage Use IMAP c-client linkage to determine supported items.])
|
|
|
|
+
|
|
|
|
+if test "$PHP_IMAP_LINKAGE" != "no"; then
|
|
|
|
+ AC_DEFINE(HAVE_IMAP_LINKAGE, 1, [ ])
|
|
|
|
+fi
|
|
|
|
+
|
2005-04-11 22:16:02 +02:00
|
|
|
AC_DEFUN([PHP_IMAP_KRB_CHK], [
|
|
|
|
if test "$PHP_KERBEROS" != "no"; then
|
|
|
|
PHP_SETUP_KERBEROS(IMAP_SHARED_LIBADD,
|
2006-02-06 07:39:59 +01:00
|
|
|
@@ -53,7 +61,7 @@
|
2005-04-11 22:16:02 +02:00
|
|
|
Check the path given to --with-kerberos (if no path is given, searches in /usr/kerberos, /usr/local and /usr )
|
|
|
|
])
|
|
|
|
])
|
2004-10-31 22:14:54 +01:00
|
|
|
- else
|
|
|
|
+ elif test "$PHP_IMAP_LINKAGE" != "yes"; then
|
|
|
|
AC_EGREP_HEADER(auth_gss, $IMAP_INC_DIR/linkage.h, [
|
|
|
|
AC_MSG_ERROR([This c-client library is built with Kerberos support.
|
|
|
|
|