[vlc-devel] commit: configure: Use the full path to luac to support our contrib system. (Pierre d'Herbemont )

git version control git at videolan.org
Mon Feb 15 14:57:38 CET 2010


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Mon Feb 15 14:55:05 2010 +0100| [f2e0773eb5eb0417eed0c7b6e3c10ad7b29dbae8] | committer: Pierre d'Herbemont 

configure: Use the full path to luac to support our contrib system.

This fixes the build on Mac OS X. This is probably not the best way
for non-contrib dependant build, but I don't have any better idea.
Feel free to make it works differently.

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

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index e640bea..3df2b8a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1620,7 +1620,7 @@ then
   else
       AC_MSG_ERROR([Could not find lua. Lua is needed for some interfaces (rc, telnet, http) as well as many other custom scripts. Use --disable-lua to ignore this error.])
   fi
-  AC_CHECK_PROGS(LUAC, luac)
+  AC_PATH_PROG(LUAC, luac)
 fi
 AM_CONDITIONAL(BUILD_LUA, [test "${have_lua}" = "yes"])
 




More information about the vlc-devel mailing list