diff --git a/configure.in b/configure.in index f34277cf4..db1c86a1f 100644 --- a/configure.in +++ b/configure.in @@ -2606,6 +2606,8 @@ case "$target" in dnl Of course, hard coding doesn't work for newer versions of automake dnl OBJCDEPMODE="depmode=gcc3" dnl AC_SUBST(OBJCDEPMODE, $OBJCDEPMODE) + dnl Trying this to satisfy everybody... + AM_CONDITIONAL([am__fastdepOBJC], false) AC_MSG_RESULT(not implemented yet) ;; esac