Date: 05/27/99
- Next message: Egon Schmid: "Re: [PHP-DEV] 3.0.9 this weekend?"
- Previous message: andrey: "[PHP-DEV] CVS update: php3/functions"
- Next in thread: andrey: "[PHP-DEV] CVS update: php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thursday May 27, 1999 @ 11:57
Author: andrey
Update of /repository/php3
In directory php:/tmp/cvs-serv5184
Modified Files:
configure.in
Log Message:
Don't include PCRE by default until I add PCRE lib to the tree.
Index: php3/configure.in
diff -u php3/configure.in:1.373 php3/configure.in:1.374
--- php3/configure.in:1.373 Thu May 27 11:42:50 1999
+++ php3/configure.in Thu May 27 11:57:30 1999
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.373 1999/05/27 15:42:50 andrey Exp $
+dnl $Id: configure.in,v 1.374 1999/05/27 15:57:30 andrey Exp $
dnl Process this file with autoconf to produce a configure script.
AC_INIT(main.c)
@@ -2608,9 +2608,7 @@
;;
esac
],[
- EXTRA_LIBS="-lpcre $EXTRA_LIBS"
- AC_DEFINE(HAVE_PCRE, 1)
- AC_MSG_RESULT(yes)
+ AC_MSG_RESULT(no)
])
dnl If we're using gcc and the user hasn't specified CFLAGS, add -O2.
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: Egon Schmid: "Re: [PHP-DEV] 3.0.9 this weekend?"
- Previous message: andrey: "[PHP-DEV] CVS update: php3/functions"
- Next in thread: andrey: "[PHP-DEV] CVS update: php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

