Fixed configure script on latest Mac OS X developer tools (and hopefully

didn't break it everywhere else...grumble...)

--ryan.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401206
This commit is contained in:
Ryan C. Gordon 2005-12-12 11:14:29 +00:00
parent 54349c765c
commit f57d6fbb0c

View file

@ -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