ObjFW  Diff

Differences From Artifact [c122098dec]:

To Artifact [d44f0940e1]:


260
261
262
263
264
265
266


267
268
269
270
271
272
273
			[Whether we use the Apple ObjC runtime])

		AC_CHECK_LIB(objc, objc_msgSend, [
			LIBS="-lobjc $LIBS"
		], [
			AC_MSG_ERROR([libobjc not found!])
		])


		;;
esac

AC_CHECK_FUNC(objc_constructInstance, [], [
	AC_SUBST(INSTANCE_M, "instance.m")
])








>
>







260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
			[Whether we use the Apple ObjC runtime])

		AC_CHECK_LIB(objc, objc_msgSend, [
			LIBS="-lobjc $LIBS"
		], [
			AC_MSG_ERROR([libobjc not found!])
		])

		AC_SUBST(APPLE_FORWARDING_S, "apple-forwarding.S")
		;;
esac

AC_CHECK_FUNC(objc_constructInstance, [], [
	AC_SUBST(INSTANCE_M, "instance.m")
])