ObjFW  Check-in [216ac1450c]

Overview
Comment:configure: Improve warning about an old compiler
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 216ac1450c20adcfa3054c88878487e234c0c4a2c609b4bd824fe37490059951
User & Date: js on 2014-04-26 00:57:48
Other Links: manifest | tags
Context
2014-04-26
01:02
of_asprintf: Generalize some #ifdefs check-in: 1bf25c9a98 user: js tags: trunk
00:57
configure: Improve warning about an old compiler check-in: 216ac1450c user: js tags: trunk
00:40
Fix a few issues on LLP64 and Win64 check-in: 4e59d2692f user: js tags: trunk
Changes

Modified configure.ac from [8cbfa74ad3] to [a5eb40f200].

958
959
960
961
962
963
964
965


966
967
968
969
970
971
972
973
974
AC_CONFIG_HEADERS([config.h src/objfw-defs.h])
AC_OUTPUT

AS_IF([test x"$old_compiler" = x"yes"], [
	echo
	printf "  ** Note: Your compiler does not seem to "
	echo "accept -fobjc-runtime=objfw."
	printf "  ** To get optimal performance and be able to use all "


	echo "features, you should "
	echo "  ** install Clang >= 3.2."
	echo
])

AS_IF([test x"$enable_threads" != x"no" -a x"$atomic_ops" = x"none" \
    -a x"$have_spinlocks" != x"yes"], [
	echo
	printf "  ** Warning: You have enabled threads, but neither atomic "







|
>
>
|
<







958
959
960
961
962
963
964
965
966
967
968

969
970
971
972
973
974
975
AC_CONFIG_HEADERS([config.h src/objfw-defs.h])
AC_OUTPUT

AS_IF([test x"$old_compiler" = x"yes"], [
	echo
	printf "  ** Note: Your compiler does not seem to "
	echo "accept -fobjc-runtime=objfw."
	printf "  ** To get optimal performance, you should install "
	echo "Clang >= 3.2"
	printf "  ** (or the latest Clang release to be able to use all "
	echo "features)."

	echo
])

AS_IF([test x"$enable_threads" != x"no" -a x"$atomic_ops" = x"none" \
    -a x"$have_spinlocks" != x"yes"], [
	echo
	printf "  ** Warning: You have enabled threads, but neither atomic "