Changed configure to define MACOSX also on Intel Macs.
This commit is contained in:
parent
2ba550faa1
commit
946fc8e863
2
configure
vendored
2
configure
vendored
@ -1339,7 +1339,7 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
case $Platform in
|
case $Platform in
|
||||||
powerpc-apple-darwin*)
|
*-apple-darwin*)
|
||||||
MACOSX=yes
|
MACOSX=yes
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
|
@ -35,7 +35,7 @@ fi
|
|||||||
AC_SUBST(PREFIX)
|
AC_SUBST(PREFIX)
|
||||||
|
|
||||||
case $Platform in
|
case $Platform in
|
||||||
powerpc-apple-darwin*)
|
*-apple-darwin*)
|
||||||
MACOSX=yes
|
MACOSX=yes
|
||||||
AC_DEFINE_UNQUOTED(MACOSX, [1], [Defined if compiling on the mac])
|
AC_DEFINE_UNQUOTED(MACOSX, [1], [Defined if compiling on the mac])
|
||||||
LEADING_UNDERSCORE=1
|
LEADING_UNDERSCORE=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user