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
@@ -29,8 +29,8 @@ 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

Return to:

Send suggestions and report system problems to the System administrator.