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