https://bugs.freedesktop.org/show_bug.cgi?id=73100
Priority: medium Bug ID: 73100 Assignee: mesa-dev@lists.freedesktop.org Summary: Please use AC_PATH_TOOL instead of AC_PATH_PROG for llvm-config Severity: normal Classification: Unclassified OS: All Reporter: mgo...@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.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev