ObjFW  Diff

Differences From Artifact [b5d8fa3661]:

To Artifact [5c29d3ac98]:


18
19
20
21
22
23
24

25
26
27
28
29
30
31
check_pedantic="yes"

case "$host" in
	*-morphos*)
		AS_IF([test x"$with_ixemul" != x"yes"], [
			OBJCFLAGS="$OBJCFLAGS -noixemul"
			LDFLAGS="$LDFLAGS -noixemul"


			AC_SUBST(NOIXEMUL, -noixemul)
		])

		enable_shared="no"
		enable_threads="no"
		;;







>







18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
check_pedantic="yes"

case "$host" in
	*-morphos*)
		AS_IF([test x"$with_ixemul" != x"yes"], [
			OBJCFLAGS="$OBJCFLAGS -noixemul"
			LDFLAGS="$LDFLAGS -noixemul"
			enable_files="yes"	# Required for reading ENV:

			AC_SUBST(NOIXEMUL, -noixemul)
		])

		enable_shared="no"
		enable_threads="no"
		;;