Commit f488fc94 authored by Sam Lantinga's avatar Sam Lantinga

MacOS X fix

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40201
parent d94a1797
......@@ -52,18 +52,7 @@ AC_PROG_MAKE_SET
AC_PROG_CC
AC_C_INLINE
AC_C_CONST
case "$target" in
*-*-beos*)
AC_PROG_CXX
;;
*-*-aix*)
AC_PROG_CXX
;;
# This is stupid, but necessary on some versions of Linux (joysticks)
*-*-linux*)
AC_PROG_CXX
;;
esac
AC_PROG_CXX
AC_PROG_INSTALL
AC_FUNC_ALLOCA
......@@ -2201,8 +2190,10 @@ case "$target" in
*-*-darwin*)
OBJC="cc"
OBJCFLAGS="$CFLAGS"
OBJCDEPMODE="$CCDEPMODE"
AC_SUBST(OBJC)
AC_SUBST(OBJCFLAGS)
AC_SUBST(OBJCDEPMODE)
;;
esac
......
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