[libxml2] configure.ac: Also check for MSYS host
- From: Nick Wellnhofer <nwellnhof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxml2] configure.ac: Also check for MSYS host
- Date: Sun, 4 Sep 2022 21:03:38 +0000 (UTC)
commit 27b2b86417d325476a14cd53d9aadcb287860679
Author: Nick Wellnhofer <wellnhofer aevum de>
Date: Sun Sep 4 18:32:55 2022 +0200
configure.ac: Also check for MSYS host
configure.ac | 4 ++--
1 file 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*)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]