Changed configure to define MACOSX also on Intel Macs.

This commit is contained in:
bjorn 2006-07-17 23:42:19 +00:00
parent 2ba550faa1
commit 946fc8e863
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -1339,7 +1339,7 @@ fi
case $Platform in
powerpc-apple-darwin*)
*-apple-darwin*)
MACOSX=yes
cat >>confdefs.h <<_ACEOF

View File

@ -35,7 +35,7 @@ fi
AC_SUBST(PREFIX)
case $Platform in
powerpc-apple-darwin*)
*-apple-darwin*)
MACOSX=yes
AC_DEFINE_UNQUOTED(MACOSX, [1], [Defined if compiling on the mac])
LEADING_UNDERSCORE=1