Skip to content

Commit

Permalink
Grumble grumble
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 9, 2003
1 parent 8e612e0 commit 36ae317
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions configure.in
Expand Up @@ -2602,9 +2602,10 @@ case "$target" in
OBJCFLAGS="$CFLAGS"
AC_SUBST(OBJCFLAGS)
dnl _AM_DEPENDENCIES(OBJC) doesn't work, so hard code OBJCDEPMODE here
#OBJCDEPMODE="depmode=gcc3"
#AC_SUBST(OBJCDEPMODE)
_AM_DEPENDENCIES(OBJC)
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)
AC_MSG_RESULT(not implemented yet)
;;
esac
Expand Down

0 comments on commit 36ae317

Please sign in to comment.