Skip to content

Commit

Permalink
Hopefully this will fix the last of the problems with OBJ depend mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 27, 2003
1 parent 1ce3ade commit d62e535
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.in
Expand Up @@ -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)
;;
Expand Down

0 comments on commit d62e535

Please sign in to comment.