[Mesa-dev] [Bug 73100] New: Please use AC_PATH_TOOL instead of AC_PATH_PROG for llvm-config

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Dec 28 03:29:59 PST 2013


https://bugs.freedesktop.org/show_bug.cgi?id=73100

          Priority: medium
            Bug ID: 73100
          Assignee: mesa-dev at lists.freedesktop.org
           Summary: Please use AC_PATH_TOOL instead of AC_PATH_PROG for
                    llvm-config
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: mgorny at gentoo.org
          Hardware: Other
            Status: NEW
           Version: git
         Component: Other
           Product: Mesa

Created attachment 91255
  --> https://bugs.freedesktop.org/attachment.cgi?id=91255&action=edit
Patch replacing the check with AC_PATH_TOOL

Since llvm-config is a tool used to obtain build host paths, the check should
use AC_PATH_TOOL instead of AC_PATH_PROG. This helps with cross-compiling and
multilib, e.g. finding i686-pc-linux-gnu-llvm-config as necessary.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20131228/bdee4666/attachment.html>


More information about the mesa-dev mailing list