vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Sun Dec 19 
00:07:44 2010 +0100| [9aef921398ee70c3e7f1873b5dafbf8eb6cc6c2e] | committer: 
Jean-Baptiste Kempf 

Configure: Win32, store the path of peflags, since it will be provided by the 
contribs

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

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

diff --git a/configure.ac b/configure.ac
index 82c54c0..c589a4a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -338,7 +338,7 @@ case "${host_os}" in
         AC_ARG_ENABLE(peflags,
           [  --enable-peflags        peflags use (default enabled on Windows)])
         if test "${enable_peflags}" != "no" ; then
-          AC_CHECK_TOOL(PEFLAGS, peflags, :)
+          AC_PATH_TOOL(PEFLAGS, peflags, :)
         fi
         AC_CHECK_PROGS(U2D, [unix2dos todos], unix2dos)
         ac_default_prefix="`pwd`/_win32"

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to