[ 
https://issues.apache.org/jira/browse/THRIFT-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683721#action_12683721
 ] 

Bryan Duxbury commented on THRIFT-293:
--------------------------------------

Does someone want to step up and resolve this issue so we can move on towards 
our release?

> 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.

Reply via email to