[PHP-DEV] CVS update: php3 From: andrey (php-dev <email protected>)
Date: 06/01/99

Date: Tuesday June 1, 1999 @ 16:31
Author: andrey

Update of /repository/php3
In directory php:/tmp/cvs-serv31819

Modified Files:
        configure.in
Log Message:

Index: php3/configure.in
diff -u php3/configure.in:1.383 php3/configure.in:1.384
--- php3/configure.in:1.383 Mon May 31 13:00:41 1999
+++ php3/configure.in Tue Jun 1 16:31:09 1999
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.383 1999/05/31 17:00:41 sas Exp $
+dnl $Id: configure.in,v 1.384 1999/06/01 20:31:09 andrey Exp $
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(main.c)
@@ -2606,7 +2606,7 @@
 
 AC_MSG_CHECKING(whether to include PCRE support)
 AC_ARG_WITH(pcre-regex,
-[ --with-pcre-regex[=DIR] Include Perl Compatible Regular Expressions support],[
+[ --with-pcre-regex Include Perl Compatible Regular Expressions support],[
   if test "$withval" = "yes"; then
     PCRE_LIB="pcrelib/libpcre.a"
     PCRE_LIBS="-Lpcrelib -lpcre"

-- 
PHP Development Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>