vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <[email protected]> | Sun Dec 19 00:07:44 2010 +0100| [b2a69f7c6314d52e2f6d668a7ba07f7476bb7a0c] | committer: Jean-Baptiste Kempf
Configure: Win32, store the path of peflags, since it will be provided by the contribs Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=b2a69f7c6314d52e2f6d668a7ba07f7476bb7a0c --- configure.ac | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 0467825..e4aa5a5 100644 --- a/configure.ac +++ b/configure.ac @@ -341,9 +341,8 @@ case "${host_os}" in dnl AC_ARG_ENABLE(peflags, [ --enable-peflags peflags use (default enabled on Windows)]) - if test "${enable_peflags}" != "no" - then - AC_CHECK_TOOL(PEFLAGS, peflags, :) + if test "${enable_peflags}" != "no" ; then + AC_PATH_TOOL(PEFLAGS, peflags, :) fi AC_CHECK_PROGS(U2D, [unix2dos todos], unix2dos) fi _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
