Commit 719b9210 authored by Andrew Wright's avatar Andrew Wright Committed by andrew

changed darwin flag default to false


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@567 b35dd754-fafc-0310-a699-88a17e54d16e
parent 1e3faebc
......@@ -10,7 +10,7 @@
# OS specific support. $var _must_ be set to either true or false.
cygwin=false;
darwin=true;
darwin=false;
case "`uname`" in
CYGWIN*) cygwin=true ;;
Darwin*) darwin=true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment