aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2021-10-31 01:36:51 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2021-10-31 01:36:51 +0000
commit901931cfdad6f06e22c24beba339bb08d2265498 (patch)
tree99378c1ca0db087eb17c3f1aeaadce8c30d3dbeb /configure
parentf0195003bb0c66ba55084b2f7e0fe982f08c5675 (diff)
downloadsg3_utils-901931cfdad6f06e22c24beba339bb08d2265498.tar.gz
sg_logs: additions to Command duration limits statistics log page [spc6r06]; configure.ac: tweak to accepts uclinux as linux
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@917 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index fa5bf2ac..c2b13b9b 100755
--- a/configure
+++ b/configure
@@ -13335,7 +13335,7 @@ else
OS_FREEBSD_FALSE=
fi
- if echo $host_os | grep '^linux' > /dev/null; then
+ if echo $host_os | grep -E '^(uc)?linux' > /dev/null; then
OS_LINUX_TRUE=
OS_LINUX_FALSE='#'
else