php4-beta | 200004
Date: 04/30/00
- Next message: Andi Gutmans: "[PHP4BETA] cvs: /php4 php.h /php4/ext/standard file.c"
- Previous message: Sterling Hughes: "[PHP4BETA] Calender dll's?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
jah Sun Apr 30 09:10:59 2000 EDT
Modified files:
/php4/ext/imap config.m4
Log:
Debian 2.2 puts rfc822.h in /usr/include/c-client, check that place too.
Index: php4/ext/imap/config.m4
diff -u php4/ext/imap/config.m4:1.17 php4/ext/imap/config.m4:1.18
--- php4/ext/imap/config.m4:1.17 Fri Apr 28 10:13:50 2000
+++ php4/ext/imap/config.m4 Sun Apr 30 09:10:29 2000
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.17 2000/04/28 17:13:50 sas Exp $
+dnl $Id: config.m4,v 1.18 2000/04/30 16:10:29 jah Exp $
AC_DEFUN(IMAP_INC_CHK,[if test -r $i$1/rfc822.h; then IMAP_DIR=$i; IMAP_INC_DIR=$i$1])
@@ -23,6 +23,7 @@
IMAP_INC_CHK()
el[]IMAP_INC_CHK(/include)
el[]IMAP_INC_CHK(/include/imap)
+ el[]IMAP_INC_CHK(/include/c-client)
el[]IMAP_INC_CHK(/imap)
el[]IMAP_INC_CHK(/c-client)
fi
-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: Andi Gutmans: "[PHP4BETA] cvs: /php4 php.h /php4/ext/standard file.c"
- Previous message: Sterling Hughes: "[PHP4BETA] Calender dll's?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

