ObjFW  Check-in [ba9718061e]

Overview
Comment:configure.ac: Fix small typo
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ba9718061e65ecf9ac743851bcff47b66ddb1ef6577c08d9083a02d1386a58fe
User & Date: js on 2015-08-09 15:00:52
Other Links: manifest | tags
Context
2015-08-09
15:01
Remove objc_global_mutex_free() check-in: 2a73dbd64f user: js tags: trunk
15:00
configure.ac: Fix small typo check-in: ba9718061e user: js tags: trunk
14:59
OFProcess: Use vfork() instead of fork() check-in: 87b1318a27 user: js tags: trunk
Changes

Modified configure.ac from [0bf6613428] to [f7868ab464].

204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
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"], [
		AC_EGREP_CPP(yes, [
			#import <objc/objc.h>

			#ifdef OBJC_BOOL_DEFINED
			yes







|







204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
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 selector UIDs]))
AS_IF([test x"$enable_runtime" != x"yes"], [
	AS_IF([test x"$ac_cv_header_objc_objc_h" = x"yes"], [
		AC_EGREP_CPP(yes, [
			#import <objc/objc.h>

			#ifdef OBJC_BOOL_DEFINED
			yes