changeset 1203:a67c8b2ae356

Fixed configure script on latest Mac OS X developer tools (and hopefully didn't break it everywhere else...grumble...) --ryan.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 12 Dec 2005 11:14:29 +0000
parents 0748fbb272e7
children f9794ee91dfc
files configure.in
diffstat 1 files changed, 1 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Mon Dec 12 10:54:41 2005 +0000
+++ b/configure.in	Mon Dec 12 11:14:29 2005 +0000
@@ -3075,13 +3075,7 @@
         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