summaryrefslogtreecommitdiffabout
path: root/acinclude.m4
Unidiff
Diffstat (limited to 'acinclude.m4') (more/less context) (ignore whitespace changes)
-rw-r--r--acinclude.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 9c9f945..349d3cf 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -161,8 +161,8 @@ AC_DEFUN([AC_WITH_PCREPP],[
161 PCREPP_LIBS="" 161 PCREPP_LIBS=""
162 PCREPP_LOCATIONS="${PATH}:/usr/local/bin:/usr/bin" 162 PCREPP_LOCATIONS="${PATH}:/usr/local/bin:/usr/bin"
163 test -z "$WANT_PCREPP" && WANT_PCREPP="" 163 test -z "$WANT_PCREPP" && WANT_PCREPP=""
164 AC_ARG_WITH([pcre++], 164 AC_ARG_WITH([pcrepp],
165 AC_HELP_STRING([--with-pcre++=location],[Look for pcre++ in specified locations]), 165 AC_HELP_STRING([--with-pcrepp=location],[Look for pcre++ in specified locations]),
166 [ 166 [
167 if test "${withval}" = "no" ; then 167 if test "${withval}" = "no" ; then
168 WANT_PCREPP="no" 168 WANT_PCREPP="no"