aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
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