From 53424ccc6a807e2fdc2765e88d083d578f171b69 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 12 Dec 2005 11:14:29 +0000 Subject: [PATCH] Fixed configure script on latest Mac OS X developer tools (and hopefully didn't break it everywhere else...grumble...) --ryan. --- configure.in | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/configure.in b/configure.in index 4a6096c9f..dc31e5ec6 100644 --- a/configure.in +++ b/configure.in @@ -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