summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-03-17 21:30:30 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-03-17 21:30:30 +0000
commita83b1e0fa77f854d51e40f8fda3b62ecee7bcbf1 (patch)
tree023ec8b0b3251ac24965726211ea44d7d8c5ff99 /configure.ac
parentf6cacbfecd16ac9d19ee6fe6c26c107ee4846b1c (diff)
downloadpcre-a83b1e0fa77f854d51e40f8fda3b62ecee7bcbf1.tar.gz
Update after detrailing for a test release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@392 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7b7c46f..cf850be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -513,8 +513,8 @@ if test "$enable_ebcdic" = "yes"; then
If you are compiling for a system that uses EBCDIC instead of ASCII
character codes, define this macro as 1. On systems that can use
"configure", this can be done via --enable-ebcdic. PCRE will then
- assume that all input strings are in EBCDIC. If you do not define
- this macro, PCRE will assume input strings are ASCII or UTF-8 Unicode.
+ assume that all input strings are in EBCDIC. If you do not define
+ this macro, PCRE will assume input strings are ASCII or UTF-8 Unicode.
It is not possible to build a version of PCRE that supports both
EBCDIC and UTF-8.])
fi