aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/pcre/module.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/pcre/module.ac b/modules/pcre/module.ac
index fa5b963..6dccbf6 100644
--- a/modules/pcre/module.ac
+++ b/modules/pcre/module.ac
@@ -26,12 +26,12 @@ case "${withval}" in
*) AC_MSG_ERROR(bad value ${withval} for --with-pcre) ;;
esac],[status_pcre=yes])
if test $status_pcre = yes; then
AC_CHECK_HEADER([pcre.h], [], [status_pcre=no])
if test $status_pcre = yes; then
- DICO_CHECK_LIB(pcre, main, [:],
- [],
+ DICO_CHECK_LIB(pcre, main, [],
+ [:],
[status_pcre=no])
fi
fi
AM_CONDITIONAL([PCRE_COND],[test $status_pcre = yes])

Return to:

Send suggestions and report system problems to the System administrator.