summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-09-04 18:32:55 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2022-09-04 18:36:04 +0200
commit27b2b86417d325476a14cd53d9aadcb287860679 (patch)
tree0953c8a60d2348ce2b06bda2c8dee2143600fd3c /configure.ac
parent3a1c5ee7c1394ae0acf6785eb257a0ad121230af (diff)
downloadlibxml2-27b2b86417d325476a14cd53d9aadcb287860679.tar.gz
configure.ac: Also check for MSYS host
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c4ff7527..de4cf61d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -546,7 +546,7 @@ case ${host} in
hppa*-hp-mpeix)
NEED_TRIO=1
;;
- *-*-mingw* | *-*-cygwin* | *-*-msvc* )
+ *-*-cygwin* | *-*-mingw* | *-*-msys* )
# If the host is Windows, and shared libraries are disabled, we
# need to add -DLIBXML_STATIC to AM_CFLAGS in order for linking to
# work properly (without it, xmlexports.h would force the use of
@@ -811,7 +811,7 @@ WITH_MODULES=0
if test "$with_modules" != "no" ; then
case "$host" in
- *-*-cygwin*)
+ *-*-cygwin* | *-*-msys* )
MODULE_EXTENSION=".dll"
;;
*-*-mingw*)