ObjFW  Diff

Differences From Artifact [97ecf45660]:

  • File configure.ac — part of check-in [c70fd7d7f3] at 2016-10-08 15:57:45 on branch trunk — Never override CoreFoundations's forward handler

    If an application links ObjFW and (Core)Foundation, overriding
    CoreFoundation's forward handler breaks things.

    Before this commit, this only worked depending on the load order: If
    ObjFW was loaded first, everything was fine, as CoreFoundation would
    just override ObjFW's forward handler. However, if CoreFoundation would
    be loaded first, ObjFW would override CoreFoundation's forward handler
    and break CoreFoundation. (user: js, size: 34242) [annotate] [blame] [check-ins using]

To Artifact [840e6b941e]:


1373
1374
1375
1376
1377
1378
1379

1380
1381
1382
1383
1384
1385
1386
AC_SUBST(TESTS_LIBS)

AC_CONFIG_FILES([
	buildsys.mk
	extra.mk
	misc/Bridge-Info.plist
	misc/Info.plist

	utils/objfw-config
])
AC_CONFIG_HEADERS([config.h src/objfw-defs.h])
AC_OUTPUT

AS_IF([test x"$old_compiler" = x"yes"], [
	echo







>







1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
AC_SUBST(TESTS_LIBS)

AC_CONFIG_FILES([
	buildsys.mk
	extra.mk
	misc/Bridge-Info.plist
	misc/Info.plist
	misc/Tests-Info.plist
	utils/objfw-config
])
AC_CONFIG_HEADERS([config.h src/objfw-defs.h])
AC_OUTPUT

AS_IF([test x"$old_compiler" = x"yes"], [
	echo