ObjFW  Diff

Differences From Artifact [bb5a38c06f]:

To Artifact [a12670e6ad]:


150
151
152
153
154
155
156
157

158
159

160
161
162
163
164
165

166
167
168
169
170
171
172
173
150
151
152
153
154
155
156

157
158
159
160
161
162




163

164
165
166
167
168
169
170







-
+


+


-
-
-
-
+
-







])

AC_LANG([Objective C])
case "$host_os" in
	morphos*)
		dnl Don't use clang on MorphOS - it does not support baserel,
		dnl which is required for the .library.
		disable_clang="yes"
		potential_compilers="gcc"
		;;
	*)
		potential_compilers="clang egcc gcc"
		;;
esac
AS_IF([test x"$disable_clang" != x"yes"], [
	AC_PROG_OBJC([clang egcc gcc])
], [
	AC_PROG_OBJC(gcc)
AC_PROG_OBJC($potential_compilers)
])
AC_PROG_OBJCPP
AC_PROG_LN_S
AC_PROG_INSTALL
AC_PROG_EGREP

BUILDSYS_CHECK_IOS