From 77e55b1ea315776130822df92f04ba2ca999ca01 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Thu, 3 Mar 2016 23:37:27 +0200 Subject: 38084: Use previously located pcre-config for libs --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c3bd713c1..9947b1606 100644 --- a/configure.ac +++ b/configure.ac @@ -925,7 +925,7 @@ fi if test x$enable_pcre = xyes; then dnl pcre-config should probably be employed here dnl AC_SEARCH_LIBS(pcre_compile, pcre) - LIBS="`pcre-config --libs` $LIBS" + LIBS="`$ac_cv_prog_PCRECONF --libs` $LIBS" fi dnl --------------------- -- cgit 1.4.1