[Groonga-commit] groonga/groonga [master] Fix PCRE's -L flags aren't detected

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Aug 14 13:57:33 JST 2012


Kouhei Sutou	2012-08-14 13:57:33 +0900 (Tue, 14 Aug 2012)

  New Revision: c0e81b9d660afcc09e40304df816b580008fc18d
  https://github.com/groonga/groonga/commit/c0e81b9d660afcc09e40304df816b580008fc18d

  Log:
    Fix PCRE's -L flags aren't detected

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -0)
===================================================================
--- configure.ac    2012-08-14 11:44:17 +0900 (b3f9901)
+++ configure.ac    2012-08-14 13:57:33 +0900 (afa5d9b)
@@ -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])
     ],
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index