[
https://issues.apache.org/jira/browse/THRIFT-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683769#action_12683769
]
David Reiss commented on THRIFT-293:
------------------------------------
I'll put it in the readme. pkg.m4 will not be necessary to build release
tarballs since we'll include the pre-generated configure script.
> PKG_CHECK_MODULES() in configure.ac assumes pkg-config is installed
> -------------------------------------------------------------------
>
> Key: THRIFT-293
> URL: https://issues.apache.org/jira/browse/THRIFT-293
> Project: Thrift
> Issue Type: Bug
> Reporter: Greg Stein
> Fix For: 0.1
>
>
> In configure.ac, there is a use of PKG_CHECK_MODULES() to look for Mono. This
> assumes that pkg-config is installed, but that is not in the list of
> dependencies. So... one of the following must happen:
> * list pkg-config as a dependency
> * rewrite configure to use $PATH/pkg-config directly, and fallback to other
> mechanisms to locate mono (or just flag it as "no" right away)
> * rewrite configure to only use "legacy" lookup for mono
> For now, I just commented the stuff out of configure.ac
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.