From: Bryan Duxbury Date: Wed, 9 Feb 2011 17:05:11 +0000 (+0000) Subject: THRIFT-1054. build: explicit call to PKG_PROG_PKG_CONFIG is missing and first use... X-Git-Tag: 0.7.0~189 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=b005c1f45615a3c8ee4cd895c2492fe6ff9caab3;p=common%2Fthrift.git 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 --- 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