From d62e53529198856aa345fe7d0723ef0609f072c0 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 27 Aug 2003 05:14:40 +0000 Subject: [PATCH] Hopefully this will fix the last of the problems with OBJ depend mode. --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 24d19a379..d155fdaab 100644 --- a/configure.in +++ b/configure.in @@ -2627,9 +2627,9 @@ case "$target" in 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 newer versions of automake - dnl OBJCDEPMODE="depmode=gcc3" - dnl AC_SUBST(OBJCDEPMODE, $OBJCDEPMODE) + 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) ;;