commit b911d1b7c3d6dcde2d173b025c97f73ee41ee594
parent 781010c70f62f8f4dfd3553dc790776b3b3447a2
Author: Jordan Ritter <jpr5@darkridge.com>
Date: Sat, 19 Feb 2005 19:20:40 +0000
switch pcre 3.4 to 5.0
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.in b/configure.in
@@ -134,7 +134,7 @@ if test $use_pcre = yes; then
echo 'Configuring Perl-Compatible Regular Expression (PCRE) library ...'
echo
- ( cd pcre-3.4; ./configure && make libtool chartables.c )
+ ( cd pcre-5.0; ./configure && make libtool chartables.c )
REGEX_TARGET='pcre'
REGEX_OBJS='pcre.o study.o'