Commit f57d6fbb authored by Ryan C. Gordon's avatar Ryan C. Gordon

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
parent 54349c76
...@@ -3075,13 +3075,7 @@ case "$target" in ...@@ -3075,13 +3075,7 @@ case "$target" in
AC_SUBST(OBJC) AC_SUBST(OBJC)
OBJCFLAGS="$CFLAGS" OBJCFLAGS="$CFLAGS"
AC_SUBST(OBJCFLAGS) AC_SUBST(OBJCFLAGS)
dnl _AM_DEPENDENCIES(OBJC) doesn't work, so hard code OBJCDEPMODE here _AM_DEPENDENCIES(OBJC)
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)
;; ;;
esac 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