aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-07-29 17:51:41 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2016-07-29 17:51:41 +0300
commitbde49d719c1894d0e502a73d42ab546d905492f2 (patch)
tree0c009f26f0c878c9adce241c9723ddfa7895d414
parent55ed5436a098f478bc4c4326fa3ff564ef154b06 (diff)
downloaddico-bde49d719c1894d0e502a73d42ab546d905492f2.tar.gz
dico-bde49d719c1894d0e502a73d42ab546d905492f2.tar.bz2
Bugfix
* modules/pcre/module.ac: Fix DICO_CHECK_LIB arguments (cda4f4b9 added : in wrong place).
-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.