summaryrefslogtreecommitdiff
path: root/build-aux/config.rpath
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-11-14 00:09:54 +0100
committerBruno Haible <bruno@clisp.org>2019-11-14 00:10:20 +0100
commit5f8e536e11e8be936768592b8c24e18350e2f775 (patch)
treeabaf64beaa8ff1f5e30abc8c4bbe2b7bd721ece5 /build-aux/config.rpath
parentb3b1e95ca1de55cef8fa04b165c48b2178bb545d (diff)
downloadgnulib-5f8e536e11e8be936768592b8c24e18350e2f775.tar.gz
havelib: Revert last change.
* build-aux/config.rpath: Revert last change. We can add msys2 support when it has been added to libtool.m4 upstream.
Diffstat (limited to 'build-aux/config.rpath')
-rwxr-xr-xbuild-aux/config.rpath10
1 files changed, 5 insertions, 5 deletions
diff --git a/build-aux/config.rpath b/build-aux/config.rpath
index 1644dbd619..be202c1a9e 100755
--- a/build-aux/config.rpath
+++ b/build-aux/config.rpath
@@ -57,7 +57,7 @@ else
aix*)
wl='-Wl,'
;;
- mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
+ mingw* | cygwin* | pw32* | os2* | cegcc*)
;;
hpux9* | hpux10* | hpux11*)
wl='-Wl,'
@@ -149,7 +149,7 @@ hardcode_direct=no
hardcode_minus_L=no
case "$host_os" in
- cygwin* | msys* | mingw* | pw32* | cegcc*)
+ cygwin* | mingw* | pw32* | cegcc*)
# FIXME: the MSVC++ port hasn't been tested in a loooong time
# When not using gcc, we currently assume that we are using
# Microsoft Visual C++.
@@ -198,7 +198,7 @@ if test "$with_gnu_ld" = yes; then
ld_shlibs=no
fi
;;
- cygwin* | msys* | mingw* | pw32* | cegcc*)
+ cygwin* | mingw* | pw32* | cegcc*)
# hardcode_libdir_flag_spec is actually meaningless, as there is
# no search path for DLLs.
hardcode_libdir_flag_spec='-L$libdir'
@@ -348,7 +348,7 @@ else
;;
bsdi[45]*)
;;
- cygwin* | msys* | mingw* | pw32* | cegcc*)
+ cygwin* | mingw* | pw32* | cegcc*)
# When not using gcc, we currently assume that we are using
# Microsoft Visual C++.
# hardcode_libdir_flag_spec is actually meaningless, as there is
@@ -533,7 +533,7 @@ case "$host_os" in
bsdi[45]*)
library_names_spec='$libname$shrext'
;;
- cygwin* | msys* | mingw* | pw32* | cegcc*)
+ cygwin* | mingw* | pw32* | cegcc*)
shrext=.dll
library_names_spec='$libname.dll.a $libname.lib'
;;