@@ -871,22 +871,22 @@ OBJCFLAGS="$old_OBJCFLAGS" ]) old_OBJCFLAGS="$OBJCFLAGS" OBJCFLAGS="$OBJCFLAGS -Wdocumentation" - AC_MSG_CHECKING(whether -Wdocumentation is buggy) + AC_MSG_CHECKING(whether -Wdocumentation works correctly) AC_TRY_COMPILE([ /*! * @class Test conftest.m conftest.m */ @interface Test @end ], [ ], [ - AC_MSG_RESULT(no, adding -Wdocumentation) + AC_MSG_RESULT(yes) ], [ - AC_MSG_RESULT(yes) + AC_MSG_RESULT(no) OBJCFLAGS="$old_OBJCFLAGS" ]) ]) AS_IF([test x"$cross_compiling" = x"yes"], [