author | Michael Krelin <hacker@klever.net> | 2007-05-29 10:40:59 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-05-29 10:40:59 (UTC) |
commit | bd27af85ae505a64cde56ab78b244505b4737cf0 (patch) (unidiff) | |
tree | 7a4cd81755e9c47f76ece47a56467115881286c0 | |
parent | d378d62c7897e9b1b5143f1dffaa2cb59d2053da (diff) | |
download | libopkele-bd27af85ae505a64cde56ab78b244505b4737cf0.zip libopkele-bd27af85ae505a64cde56ab78b244505b4737cf0.tar.gz libopkele-bd27af85ae505a64cde56ab78b244505b4737cf0.tar.bz2 |
changed 'invalid' --with-pcre++ to --with-pcrepp in configure
-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 | |||
@@ -158,14 +158,14 @@ AC_DEFUN([AC_WITH_PCREPP],[ | |||
158 | PCREPP_EXEC_PREFIX="" | 158 | PCREPP_EXEC_PREFIX="" |
159 | PCREPP_VERSION="" | 159 | PCREPP_VERSION="" |
160 | PCREPP_CFLAGS="" | 160 | PCREPP_CFLAGS="" |
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" |
169 | else | 169 | else |
170 | if test -x "${withval}" ; then | 170 | if test -x "${withval}" ; then |
171 | PCREPP_CONFIG="${withval}" | 171 | PCREPP_CONFIG="${withval}" |