ObjFW  Diff

Differences From Artifact [aa74e9e1a1]:

  • File configure.ac — part of check-in [f248c8f842] at 2013-06-27 22:43:29 on branch trunk — Fix a configure check.

    This checks for -Wno-deprecated-objc-pointer-introspection with -Werror,
    as old Clang versions do not know
    -Wno-deprecated-objc-pointer-introspection and thus issue a warning for
    it, which leads to an error if -Werror is added after the configure
    script. (user: js, size: 23278) [annotate] [blame] [check-ins using]

To Artifact [13c314b168]:


863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
	], [
		AC_MSG_RESULT(yes)
		OBJCFLAGS="$old_OBJCFLAGS"
	])
])

AS_IF([test x"$cross_compiling" = x"yes"], [
	AC_SUBST(BIN_PREFIX, "$host-")

	case "$host" in
		*-*-mingw*)
			AC_CHECK_PROG(WINE, wine, wine)

			AS_IF([test x"$WINE" != x""], [
				AC_SUBST(TESTS, "tests")







|







863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
	], [
		AC_MSG_RESULT(yes)
		OBJCFLAGS="$old_OBJCFLAGS"
	])
])

AS_IF([test x"$cross_compiling" = x"yes"], [
	AC_SUBST(BIN_PREFIX, "${host_alias}-")

	case "$host" in
		*-*-mingw*)
			AC_CHECK_PROG(WINE, wine, wine)

			AS_IF([test x"$WINE" != x""], [
				AC_SUBST(TESTS, "tests")