Skip to content
Snippets Groups Projects
Commit 277bee50 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[configure] use uname -s to detect Mac OSX

parent 0ca95fd0
No related branches found
No related tags found
No related merge requests found
...@@ -436,7 +436,7 @@ else ...@@ -436,7 +436,7 @@ else
PLATFORM=Cygwin PLATFORM=Cygwin
EXE=.exe EXE=.exe
else else
if test -x "/Applications/Mail.app"; then if test $(uname -s) = "Darwin"; then
AC_MSG_RESULT(MacOS) AC_MSG_RESULT(MacOS)
PLATFORM=MacOS PLATFORM=MacOS
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment