summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-06-29 16:52:05 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-06-29 16:52:05 +0000
commit0a7a393d707706b82546ac4f616e4c6eed3c37d7 (patch)
treebdd0d5438163f97e48ec2b419b07489e09c97aaa /configure.ac
parentd95b69f8f609e5925ab607f012c228e757ecbcad (diff)
downloadpcre2-0a7a393d707706b82546ac4f616e4c6eed3c37d7.tar.gz
Documentation detrail and make HTML for 10.22-RC1.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@538 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 2fa2cd3..7230ebb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -156,8 +156,8 @@ if test "$HAVE_WINDOWS_H" != "1"; then
[disable callout script support in pcre2grep]),
, enable_pcre2grep_callout=yes)
else
- enable_pcre2grep_callout=no
-fi
+ enable_pcre2grep_callout=no
+fi
# Handle --enable-rebuild-chartables
AC_ARG_ENABLE(rebuild-chartables,
@@ -564,12 +564,12 @@ if test "$enable_pcre2grep_callout" = "yes"; then
if test "$HAVE_WINDOWS_H" != "1"; then
if test "$HAVE_SYS_WAIT_H" != "1"; then
AC_MSG_ERROR([Callout script support needs sys/wait.h.])
- fi
+ fi
AC_DEFINE([SUPPORT_PCRE2GREP_CALLOUT], [], [
Define to any value to enable callout script support in pcre2grep.])
else
AC_MSG_WARN([Callout script support is not available for Windows: disabled])
- enable_pcre2grep_callout=no
+ enable_pcre2grep_callout=no
fi
fi