Removed the "macosx" definition from the configuration file, which

got copied over from another project but apprently causes serious
issues with the OSX compilation.
This commit is contained in:
Tim Edwards
2017-10-14 18:42:24 -04:00
parent babd154251
commit 741df0fe01
19 changed files with 1 additions and 25114 deletions
-2
View File
@@ -7776,8 +7776,6 @@ case $target in
;;
*darwin*)
$as_echo "#define macosx 1" >>confdefs.h
if test "$CPP" = "cc -E" ; then
CPPFLAGS="$CPPFLAGS -no-cpp-precomp"
fi
-1
View File
@@ -1364,7 +1364,6 @@ case $target in
AC_DEFINE(i386)
;;
*darwin*)
AC_DEFINE(macosx)
if test "$CPP" = "cc -E" ; then
CPPFLAGS="$CPPFLAGS -no-cpp-precomp"
fi