[vlc-commits] widl: find the prefixed version of the tool

Rafaël Carré git at videolan.org
Wed Dec 25 18:24:40 CET 2013


npapi-vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Dec 25 18:24:13 2013 +0100| [204747fc3f31dfb1192abe9186fbf9e3f6ed87ee] | committer: Rafaël Carré

widl: find the prefixed version of the tool

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=204747fc3f31dfb1192abe9186fbf9e3f6ed87ee
---

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 6127de9..4e6795b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -112,7 +112,7 @@ dnl
 dnl Check widl/midl tools for win32
 AS_IF([test "${SYS}" = "mingw32"],[
     AC_CHECK_PROGS(MIDL, [midl], no)
-    AC_CHECK_PROGS(WIDL, [widl], no)
+    AC_CHECK_TOOL(WIDL, [widl], no)
 
     AC_LANG_PUSH(C++)
     AC_CHECK_HEADER(ole2.h,,[AC_MSG_ERROR([required OLE header ole2.h is missing from your system])])



More information about the vlc-commits mailing list