aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2021-11-16 18:20:33 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2021-11-16 18:20:33 +0000
commit26be8550ae1aad5db9bcf9b0cfe1fdecccd210df (patch)
tree78284573e83dd8b6677cbc1fd7ff2ce241c214ca /configure.ac
parent9e6d513fe192e53778b6dd98954e43b8e6f0c3a6 (diff)
downloadsg3_utils-26be8550ae1aad5db9bcf9b0cfe1fdecccd210df.tar.gz
second fix rev on 1.47 release; accept uclinux as linux
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@922 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0a65d940..23378ad6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,7 +107,7 @@ case "${host}" in
AC_DEFINE_UNQUOTED(HAVE_NVME, 1, [Found NVMe])
check_for_getrandom
CFLAGS="$CFLAGS -D__USE_MINGW_ANSI_STDIO";;
- *-*-linux-gnu* | *-*-linux*)
+ *-*-linux-gnu* | *-*-linux* | *-*-uclinux-gnu* | *-*-uclinux*)
AC_DEFINE_UNQUOTED(SG_LIB_LINUX, 1, [sg3_utils on linux])
check_for_linux_sg_v4_hdr
check_for_getrandom