[vlc-commits] configure: mingw32 also uses .exe file extensions
Steve Lhomme
git at videolan.org
Sun Aug 21 18:14:41 CEST 2016
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | 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 <jb at videolan.org>
> 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*)
More information about the vlc-commits
mailing list