[vlc-commits] Configure: use AC_PATH_PROG for yasm detection
Jean-Baptiste Kempf
git at videolan.org
Fri Oct 17 11:50:45 CEST 2014
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Oct 17 11:50:28 2014 +0200| [d11bacf2fd9942d518305011424a1f567fa2d554] | committer: Jean-Baptiste Kempf
Configure: use AC_PATH_PROG for yasm detection
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d11bacf2fd9942d518305011424a1f567fa2d554
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index b8c8b79..d5cf6d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,7 +77,7 @@ AM_PROG_AS
AC_ARG_VAR([DESKTOP_FILE_VALIDATE], [Validator for desktop entry files])
AC_CHECK_PROGS(DESKTOP_FILE_VALIDATE, [${DESKTOP_FILE_VALIDATE} desktop-file-validate], :)
-AC_CHECK_PROGS(YASM, yasm)
+AC_PATH_PROG(YASM, yasm)
dnl Check for compiler properties
AC_C_CONST
More information about the vlc-commits
mailing list