summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-01-06 10:26:55 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-01-06 10:26:55 +0000
commitcfc45deebc76f4ec7b490293f43fff28e3ddf056 (patch)
treeb1f4ce292dc4466e00a5e288ce27566fb7cffc23 /configure.ac
parentd93627b2961938679366bd402b51ac39c180f417 (diff)
downloadpcre-cfc45deebc76f4ec7b490293f43fff28e3ddf056.tar.gz
Tidying updates for 8.01-RC1 release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@487 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 83d7093..a9b1af1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -88,10 +88,10 @@ if test "$PCRE_MINOR" = "08" -o "$PCRE_MINOR" = "09"
then
echo "***"
echo "*** Minor version number $PCRE_MINOR must not be used. ***"
- echo "*** Use only 01 to 07 or 10 onwards, to avoid octal issues. ***"
- echo "***"
+ echo "*** Use only 01 to 07 or 10 onwards, to avoid octal issues. ***"
+ echo "***"
exit 1
-fi
+fi
AC_SUBST(PCRE_MAJOR)
AC_SUBST(PCRE_MINOR)