aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2021-11-15 16:36:13 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2021-11-15 16:36:13 +0000
commit9e6d513fe192e53778b6dd98954e43b8e6f0c3a6 (patch)
treebd7586ad32831e3862bcddf230928ca2b8d175aa /configure.ac
parented556a52933d29309849dbb24ba49f8b829c1058 (diff)
downloadsg3_utils-9e6d513fe192e53778b6dd98954e43b8e6f0c3a6.tar.gz
this is a bugfix rev on release 1.47 [r919,920]
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@921 6180dd3e-e324-4e3e-922d-17de1ae2f315
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 801e2442..0a65d940 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(sg3_utils, 1.47, dgilbert@interlog.com)
+AC_INIT(sg3_utils, 1.48, dgilbert@interlog.com)
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AM_MAINTAINER_MODE
@@ -100,7 +100,7 @@ case "${host}" in
AC_DEFINE_UNQUOTED(HAVE_NVME, 1, [Found NVMe])
check_for_getrandom
CFLAGS="$CFLAGS -Wno-char-subscripts";;
- *-*-mingw*)
+ *-*-mingw* | *-*-msys*)
AC_DEFINE_UNQUOTED(SG_LIB_WIN32, 1, [sg3_utils on Win32])
AC_DEFINE_UNQUOTED(SG_LIB_MINGW, 1, [also MinGW environment])
# AC_CHECK_HEADERS([nvme.h], [AC_DEFINE_UNQUOTED(HAVE_NVME, 1, [Found NVMe])], [], [])