]> Savannah Git Hosting - gnulib.git/commitdiff
havelib: Revert last change.
authorBruno Haible <bruno@clisp.org>
Wed, 13 Nov 2019 23:09:54 +0000 (00:09 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 13 Nov 2019 23:10:20 +0000 (00:10 +0100)
* build-aux/config.rpath: Revert last change. We can add msys2 support
when it has been added to libtool.m4 upstream.

ChangeLog
build-aux/config.rpath

index b97643ffb3c25cf7d6877b7efa8c92cb67f6b3a1..7cc8bdde64fed39ddbb255b9e047f0caaf330d45 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-11-13  Bruno Haible  <bruno@clisp.org>
+
+       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.
+
 2019-11-09  Paul Eggert  <eggert@cs.ucla.edu>
 
        config: add msys support
index 1644dbd6196a154d8fde180379f4e4c162ae1a61..be202c1a9e79567b62ac71c96ee9f2bec8f40324 100755 (executable)
@@ -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'
     ;;