From b005c1f45615a3c8ee4cd895c2492fe6ff9caab3 Mon Sep 17 00:00:00 2001 From: Bryan Duxbury Date: Wed, 9 Feb 2011 17:05:11 +0000 Subject: [PATCH] THRIFT-1054. build: explicit call to PKG_PROG_PKG_CONFIG is missing and first use of PKG_CHECK_MODULES may not happen, causes mono detection to fail Uh, yeah, what the description says. Patch: Chris Morgan git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1068976 13f79535-47bb-0310-9956-ffa450edef68 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index b1ab0a7c..d5071b07 100644 --- a/configure.ac +++ b/configure.ac @@ -24,6 +24,7 @@ AC_INIT([thrift], [0.7.0-dev]) AC_CONFIG_AUX_DIR([.]) AM_INIT_AUTOMAKE +PKG_PROG_PKG_CONFIG AC_ARG_VAR([PY_PREFIX], [Prefix for installing Python modules. (Normal --prefix is ignored for Python because -- 2.17.1