-rw-r--r-- | acinclude.m4 | 4 |
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 @@ -163,4 +163,4 @@ AC_DEFUN([AC_WITH_PCREPP],[ test -z "$WANT_PCREPP" && WANT_PCREPP="" - AC_ARG_WITH([pcre++], - AC_HELP_STRING([--with-pcre++=location],[Look for pcre++ in specified locations]), + AC_ARG_WITH([pcrepp], + AC_HELP_STRING([--with-pcrepp=location],[Look for pcre++ in specified locations]), [ |