summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xRunTest10
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 10 deletions
diff --git a/RunTest b/RunTest
index 9445a67..5dc380b 100755
--- a/RunTest
+++ b/RunTest
@@ -66,18 +66,10 @@ if [ $utf8 -eq 0 ] ; then
echo "Can't run test 5 because UTF-8 support is not configured"
exit 1
fi
- if [ $do6 = yes ] ; then
- echo "Can't run test 6 because UTF-8 support is not configured"
- exit 1
- fi
if [ $do8 = yes ] ; then
echo "Can't run test 8 because UTF-8 support is not configured"
exit 1
fi
- if [ $do9 = yes ] ; then
- echo "Can't run test 9 because UTF-8 support is not configured"
- exit 1
- fi
fi
if [ $ucp -eq 0 ] ; then
@@ -116,7 +108,7 @@ if [ $do1 = no -a $do2 = no -a $do3 = no -a $do4 = no -a \
do7=yes
if [ $utf8 -ne 0 ] ; then do8=yes; fi
if [ $utf8 -ne 0 -a $ucp -ne 0 ] ; then do9=yes; fi
- if [ $link_size -eq 2 ] ; then do10=yes; fi
+ if [ $link_size -eq 2 -a $ucp -ne 0 ] ; then do10=yes; fi
fi
# Show which release
diff --git a/configure.ac b/configure.ac
index ef7505d..251ef4e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ dnl empty.
m4_define(pcre_major, [7])
m4_define(pcre_minor, [2])
-m4_define(pcre_prerelease, [-RC2])
+m4_define(pcre_prerelease, [-RC3])
m4_define(pcre_date, [2007-06-05])
# Libtool shared library interface versions (current:revision:age)