diff options
author | Badlop <badlop@process-one.net> | 2013-06-06 12:23:24 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2013-06-06 12:24:18 +0200 |
commit | 0080f1f308ff1959adbe9d3d3a2dc33b3a07e518 (patch) | |
tree | cf86f76619b83baef08eff73a484640b702f12e8 /src/configure.ac | |
parent | fix getting ServerHost from Host due to binary portage (EJAB-1638) (diff) |
Detect correctly newer Darwin versions (EJAB-1594)
Diffstat (limited to 'src/configure.ac')
-rw-r--r-- | src/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configure.ac b/src/configure.ac index b97ff1e2d..58ba71d42 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -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 |