[vlc-devel] [PATCH 1/2] configure: mingw32 also uses .exe file extensions
Steve Lhomme
robux4 at videolabs.io
Tue Aug 9 16:06:51 CEST 2016
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index e83b0a5..ce6f9fc 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*)
--
2.8.2
More information about the vlc-devel
mailing list