Skip to content

Commit

Permalink
Fix PCRE's -L flags aren't detected
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 14, 2012
1 parent 87ba06c commit c0e81b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -1233,6 +1233,7 @@ if test "x$with_pcre" != "xno"; then
m4_ifdef([PKG_CHECK_MODULES], [
PKG_CHECK_MODULES([PCRE], [libpcre],
[_PKG_CONFIG(PCRE_LIBS_ONLY_L, [libs-only-L], [libpcre])
PCRE_LIBS_ONLY_L="$pkg_cv_PCRE_LIBS_ONLY_L"
WITH_PCRE=yes],
[WITH_PCRE=no])
],
Expand Down

0 comments on commit c0e81b9

Please sign in to comment.