Index: configure.ac ================================================================== --- configure.ac +++ configure.ac @@ -35,10 +35,12 @@ AX_CHECK_COMPILER_FLAGS(-fno-common, [OBJCFLAGS="$OBJCFLAGS -fno-common"]) AX_CHECK_COMPILER_FLAGS(-fno-constant-cfstrings, [ OBJCFLAGS="$OBJCFLAGS -fno-constant-cfstrings" AC_SUBST(NO_CONST_CFSTRINGS, "-fno-constant-cfstrings") ]) +AX_CHECK_COMPILER_FLAGS(-fno-objc-default-synthesize-properties, + [OBJCFLAGS="$OBJCFLAGS -fno-objc-default-synthesize-properties"]) AX_CHECK_COMPILER_FLAGS(-Wshorten-64-to-32, [ old_OBJCFLAGS="$OBJCFLAGS" OBJCFLAGS="$OBJCFLAGS -Wshorten-64-to-32 -Werror" AC_TRY_COMPILE([ #import @@ -679,9 +681,8 @@ dnl We don't call AC_PROG_CPP, but only AC_PROG_OBJCPP and set CPP to OBJCPP dnl and add OBJCPPFLAGS to CPPFLAGS, thus we need to AC_SUBST these ourself. AC_SUBST(CPP) AC_SUBST(CPPFLAGS) -AC_SUBST(PACKAGE, ObjFW) AC_CONFIG_FILES([buildsys.mk extra.mk utils/objfw-config Info.plist]) AC_CONFIG_HEADERS([config.h src/objfw-defs.h]) AC_OUTPUT