vlc | branch: master | Steve Lhomme <[email protected]> | Tue Aug 9 16:06:51 2016 +0200| [39c3fb1355c0e503ef432d5b026915664f5ed8b3] | committer: Jean-Baptiste Kempf
configure: mingw32 also uses .exe file extensions Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=39c3fb1355c0e503ef432d5b026915664f5ed8b3 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 510bb43..abcd3b5 100644 --- a/configure.ac +++ b/configure.ac @@ -338,7 +338,7 @@ dnl dnl Sadly autoconf does not think about testing foo.exe when ask to test dnl for program foo on win32 case "${build_os}" in - cygwin|msys) + cygwin|msys|mingw32) ac_executable_extensions=".exe" ;; os2*) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
