ObjFW  Check-in [9aa5768dd5]

Overview
Comment:configure.ac: Link CoreFoundation for tests on iOS
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 9aa5768dd567b4114601647badf5c0aba1792f84198167325a105d28a6bb6a4b
User & Date: js on 2018-01-18 23:44:42
Other Links: manifest | tags
Context
2018-01-19
00:18
Update buildsys check-in: 7a91b21a93 user: js tags: trunk
2018-01-18
23:44
configure.ac: Link CoreFoundation for tests on iOS check-in: 9aa5768dd5 user: js tags: trunk
23:41
configure.ac: Add an #ifdef around VFP2 check check-in: dd40bff9b6 user: js tags: trunk
Changes

Modified configure.ac from [9130b8518c] to [ae19f8e52f].

469
470
471
472
473
474
475


476
477
478
479
480
481
482
				LDFLAGS="$LDFLAGS -Wl,-U,___gxx_personality_sj0"
			])
			AC_SUBST(REEXPORT_RUNTIME, ["-Wl,-reexport-lobjfw-rt"])
		])

		AC_CHECK_HEADERS(sysdir.h)
		AC_CHECK_FUNCS(sysdir_start_search_path_enumeration)


		;;
esac

AC_C_BIGENDIAN([
	AC_DEFINE(OF_BIG_ENDIAN, 1, [Whether we are big endian])
])
AS_IF([test x"$ac_cv_c_bigendian" = x"universal"], [







>
>







469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
				LDFLAGS="$LDFLAGS -Wl,-U,___gxx_personality_sj0"
			])
			AC_SUBST(REEXPORT_RUNTIME, ["-Wl,-reexport-lobjfw-rt"])
		])

		AC_CHECK_HEADERS(sysdir.h)
		AC_CHECK_FUNCS(sysdir_start_search_path_enumeration)

		TESTS_LIBS="$TESTS_LIBS -framework CoreFoundation"
		;;
esac

AC_C_BIGENDIAN([
	AC_DEFINE(OF_BIG_ENDIAN, 1, [Whether we are big endian])
])
AS_IF([test x"$ac_cv_c_bigendian" = x"universal"], [