Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MacOS X fix
  • Loading branch information
slouken committed Sep 30, 2001
1 parent e94c8a9 commit fa6ea35
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions configure.in
Expand Up @@ -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

Expand Down Expand Up @@ -2201,8 +2190,10 @@ case "$target" in
*-*-darwin*)
OBJC="cc"
OBJCFLAGS="$CFLAGS"
OBJCDEPMODE="$CCDEPMODE"
AC_SUBST(OBJC)
AC_SUBST(OBJCFLAGS)
AC_SUBST(OBJCDEPMODE)
;;
esac

Expand Down

0 comments on commit fa6ea35

Please sign in to comment.