summaryrefslogtreecommitdiff
path: root/build/autoconf
diff options
context:
space:
mode:
authorJ. Peter Mugaas <jpmugaas@suddenlink.net>2016-11-01 07:30:25 -0400
committerJ. Peter Mugaas <jpmugaas@suddenlink.net>2016-11-01 07:30:25 -0400
commit1e2b6c9829c6ff85ba94e784ce33db30034689a7 (patch)
treeb4cfa69ffd7635d48678b97768459f1f0ab21d4b /build/autoconf
parent764f7989a081cd97d149de2ae6d6db7b4d240ef1 (diff)
downloadlibarchive-1e2b6c9829c6ff85ba94e784ce33db30034689a7.tar.gz
add entries for msys
Add entries for msys2. This is part of libarchive-3.2.0-msys2.patch
Diffstat (limited to 'build/autoconf')
-rwxr-xr-xbuild/autoconf/config.rpath10
1 files changed, 5 insertions, 5 deletions
diff --git a/build/autoconf/config.rpath b/build/autoconf/config.rpath
index 8a8cf8ed..51cf442a 100755
--- a/build/autoconf/config.rpath
+++ b/build/autoconf/config.rpath
@@ -63,7 +63,7 @@ else
aix*)
wl='-Wl,'
;;
- mingw* | cygwin* | pw32* | os2* | cegcc*)
+ mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
;;
hpux9* | hpux10* | hpux11*)
wl='-Wl,'
@@ -155,7 +155,7 @@ hardcode_direct=no
hardcode_minus_L=no
case "$host_os" in
- cygwin* | mingw* | pw32* | cegcc*)
+ cygwin* | msys* | 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++.
@@ -204,7 +204,7 @@ if test "$with_gnu_ld" = yes; then
ld_shlibs=no
fi
;;
- cygwin* | mingw* | pw32* | cegcc*)
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
# hardcode_libdir_flag_spec is actually meaningless, as there is
# no search path for DLLs.
hardcode_libdir_flag_spec='-L$libdir'
@@ -354,7 +354,7 @@ else
;;
bsdi[45]*)
;;
- cygwin* | mingw* | pw32* | cegcc*)
+ cygwin* | msys* | 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
@@ -543,7 +543,7 @@ case "$host_os" in
bsdi[45]*)
library_names_spec='$libname$shrext'
;;
- cygwin* | mingw* | pw32* | cegcc*)
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
shrext=.dll
library_names_spec='$libname.dll.a $libname.lib'
;;