aboutsummaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2013-06-06 12:23:24 +0200
committerBadlop <badlop@process-one.net>2013-06-06 12:23:24 +0200
commit9ca775e1997391ad5f04b196cd069e62e61b4bbe (patch)
tree062e656b4d2ac433bc9e98bf04754ffb8b79facd /src/configure
parentHandle multiple < and > in mod_muc_log plaintext mode (EJAB-1640) (diff)
Detect correctly newer Darwin versions (EJAB-1594)
Diffstat (limited to 'src/configure')
-rwxr-xr-xsrc/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configure b/src/configure
index cd9f81e9e..ae22514e0 100755
--- a/src/configure
+++ b/src/configure
@@ -4984,8 +4984,8 @@ test -n "$target_alias" &&
case "$target_os" in
- *darwin10*)
- echo "Target OS is 'Darwin10'"
+ *darwin*)
+ echo "Target OS is 'Darwin'"
ac_ext=erl
ac_compile='$ERLC $ERLCFLAGS -b beam conftest.$ac_ext >&5'
ac_link='$ERLC $ERLCFLAGS -b beam conftest.$ac_ext >&5 && echo "#!/bin/sh" > conftest$ac_exeext && $as_echo "\"$ERL\" -run conftest start -run init stop -noshell" >> conftest$ac_exeext && chmod +x conftest$ac_exeext'