diff options
author | Zandra Hird <[email protected]> | 2015-04-21 14:05:45 +0200 |
---|---|---|
committer | Zandra Hird <[email protected]> | 2015-04-21 14:05:45 +0200 |
commit | 69e365b59cf63b0cf504efe77b92b6ab7ad5d38c (patch) | |
tree | df2fc0aeec201cc47430d42704a09fc22e6552a1 /erts | |
parent | 3e13d3a9d8b21a9d2b480e2571b26cfcd1d41303 (diff) | |
parent | 87574e845a84c1d6744ac533803ae4fbd2dda8b8 (diff) | |
download | otp-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.in | 2 |
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 |