Skip to content

Commit

Permalink
Fixed configure script on latest Mac OS X developer tools (and hopefully
Browse files Browse the repository at this point in the history
 didn't break it everywhere else...grumble...)

--ryan.
  • Loading branch information
icculus committed Dec 12, 2005
1 parent a4c6fb7 commit 53424cc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions configure.in
Expand Up @@ -3075,13 +3075,7 @@ case "$target" in
AC_SUBST(OBJC)
OBJCFLAGS="$CFLAGS"
AC_SUBST(OBJCFLAGS)
dnl _AM_DEPENDENCIES(OBJC) doesn't work, so hard code OBJCDEPMODE here
dnl _AM_DEPENDENCIES(OBJC)
dnl Of course, hard coding doesn't work for some versions of automake
OBJCDEPMODE="depmode=gcc"
AC_SUBST(OBJCDEPMODE)
dnl Trying this to satisfy everybody...
AC_MSG_RESULT(not implemented yet)
_AM_DEPENDENCIES(OBJC)
;;
esac

Expand Down

0 comments on commit 53424cc

Please sign in to comment.