summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2006-10-13 22:58:37 +0000
committerChris Wilson <chris+github@qwirx.com>2006-10-13 22:58:37 +0000
commit4d073c04ed57430c632b524e56ee7a4c14df11a1 (patch)
tree0e3ad37d22540379692a671ca8994af3be308be8 /configure.ac
parentd11634c0c1ced24120010f3115156c7bd65f9578 (diff)
(refs #3)
* Updated detection of pcreposix installation to match static libraries
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f3fe26b1..b5b7a4cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,7 +92,7 @@ AC_CHECK_HEADERS([sys/param.h sys/socket.h sys/time.h sys/types.h sys/wait.h])
AC_CHECK_HEADERS([sys/uio.h sys/xattr.h])
if test "$ac_cv_header_regex_h" = "yes"; then
- AC_SEARCH_LIBS([regcomp], [pcreposix])
+ AC_SEARCH_LIBS([regcomp], ["pcreposix -lpcre"])
fi
### Checks for typedefs, structures, and compiler characteristics.