ObjFW  Check-in [1ad952e9ed]

Overview
Comment:configure: Better document --seluid24
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1ad952e9eda7969733bae3ccbb47c85bef1f29a2bc9e7c266e88c9e9d0155345
User & Date: js on 2014-02-15 01:20:00
Other Links: manifest | tags
Context
2014-02-15
11:10
unicode.[hm]: Fix copyright check-in: a7c7a541ce user: js tags: trunk
01:20
configure: Better document --seluid24 check-in: 1ad952e9ed user: js tags: trunk
2014-02-13
23:26
Use -std=c11 instead of -std=gnu11 check-in: 2f5af58573 user: js tags: trunk
Changes

Modified configure.ac from [13f29be000] to [f69618af30].

159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
objc_runtime="ObjFW runtime"
AC_CHECK_HEADER(objc/objc.h)
AC_MSG_CHECKING(which Objective C runtime to use)
AC_ARG_ENABLE(runtime,
	AS_HELP_STRING([--enable-runtime], [use the included runtime]))
AC_ARG_ENABLE(seluid24,
	AS_HELP_STRING([--enable-seluid24],
		[use 24 bit for selectors UIDs]))
AS_IF([test x"$enable_runtime" != x"yes"], [
	AS_IF([test x"$ac_cv_header_objc_objc_h" = x"yes"], [
		dnl TODO: This is ugly. Let's think of a better check.
		AC_EGREP_CPP(yes, [
			#import <objc/objc.h>
			#ifdef __objc_INCLUDE_GNU
			yes







|







159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
objc_runtime="ObjFW runtime"
AC_CHECK_HEADER(objc/objc.h)
AC_MSG_CHECKING(which Objective C runtime to use)
AC_ARG_ENABLE(runtime,
	AS_HELP_STRING([--enable-runtime], [use the included runtime]))
AC_ARG_ENABLE(seluid24,
	AS_HELP_STRING([--enable-seluid24],
		[use 24 bit instead of 16 bit for selectors UIDs]))
AS_IF([test x"$enable_runtime" != x"yes"], [
	AS_IF([test x"$ac_cv_header_objc_objc_h" = x"yes"], [
		dnl TODO: This is ugly. Let's think of a better check.
		AC_EGREP_CPP(yes, [
			#import <objc/objc.h>
			#ifdef __objc_INCLUDE_GNU
			yes