elixer Tue Jan 16 17:15:11 2001 EDT
Modified files:
/php4 configure.in
Log:
Updated configure.in to look for strcoll()
# Woopsie.
Index: php4/configure.in
diff -u php4/configure.in:1.211 php4/configure.in:1.212
--- php4/configure.in:1.211 Sun Jan 14 08:36:29 2001
+++ php4/configure.in Tue Jan 16 17:15:11 2001
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.211 2001/01/14 16:36:29 elixer Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.212 2001/01/17 01:15:11 elixer Exp $ -*- sh -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -391,6 +391,7 @@
statvfs \
std_syslog \
strcasecmp \
+strcoll \
strdup \
strerror \
strftime \
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]