aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorZandra Hird <[email protected]>2015-04-21 14:05:45 +0200
committerZandra Hird <[email protected]>2015-04-21 14:05:45 +0200
commit69e365b59cf63b0cf504efe77b92b6ab7ad5d38c (patch)
treedf2fc0aeec201cc47430d42704a09fc22e6552a1 /erts
parent3e13d3a9d8b21a9d2b480e2571b26cfcd1d41303 (diff)
parent87574e845a84c1d6744ac533803ae4fbd2dda8b8 (diff)
downloadotp-69e365b59cf63b0cf504efe77b92b6ab7ad5d38c.tar.gz
otp-69e365b59cf63b0cf504efe77b92b6ab7ad5d38c.tar.bz2
otp-69e365b59cf63b0cf504efe77b92b6ab7ad5d38c.zip
Merge branch 'mikpe/configure-linux-spelling'
* mikpe/configure-linux-spelling: erts/configure.in: handle more 'linux' spellings
Diffstat (limited to 'erts')
-rw-r--r--erts/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/configure.in b/erts/configure.in
index 481dfe405e..873e1e30fe 100644
--- a/erts/configure.in
+++ b/erts/configure.in
@@ -631,7 +631,7 @@ fi
case $chk_opsys_ in
win32) OPSYS=win32;;
solaris2.*|SunOS5.*) OPSYS=sol2;;
- linux|Linux) OPSYS=linux;;
+ linux*|Linux) OPSYS=linux;;
darwin|Darwin) OPSYS=darwin;;
freebsd|FreeBSD) OPSYS=freebsd;;
*) OPSYS=noopsys