summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPeter Belkner <pbelkner@snafu.de>2015-09-12 15:23:52 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-12 15:23:52 +0200
commit1d2beb686ed4782611295bfd318cfa400677576a (patch)
tree608dd655a8025aa3a0b25ae65df525027c0b3bcb /configure
parentde969904b18b438120be8b5bf99a351aa55db545 (diff)
configure: fix build on mingw64 target with msys2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 9d1d84db83..7c808c27f3 100755
--- a/configure
+++ b/configure
@@ -3297,7 +3297,7 @@ fi
exesuf() {
case $1 in
- mingw32*|win32|win64|cygwin*|*-dos|freedos|opendos|os/2*|symbian) echo .exe ;;
+ mingw32*|mingw64*|win32|win64|cygwin*|*-dos|freedos|opendos|os/2*|symbian) echo .exe ;;
esac
}
@@ -4342,7 +4342,7 @@ case $target_os in
enabled_any pic shared x86_64 ||
{ check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; }
;;
- mingw32*)
+ mingw32*|mingw64*)
if test $target_os = "mingw32ce"; then
disable network
else