mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Detect correctly newer Darwin versions (EJAB-1594)
This commit is contained in:
parent
58e769d68f
commit
0080f1f308
4
src/configure
vendored
4
src/configure
vendored
@ -4972,8 +4972,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'
|
||||
|
@ -159,8 +159,8 @@ AC_CANONICAL_SYSTEM
|
||||
|
||||
|
||||
case "$target_os" in
|
||||
*darwin10*)
|
||||
echo "Target OS is 'Darwin10'"
|
||||
*darwin*)
|
||||
echo "Target OS is 'Darwin'"
|
||||
AC_LANG(Erlang)
|
||||
AC_RUN_IFELSE(
|
||||
[AC_LANG_PROGRAM([],[dnl
|
||||
|
Loading…
Reference in New Issue
Block a user