From aec32f66d0db82b562e904dfe7bb6d54796fe773 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 25 Feb 2013 09:01:41 -0800 Subject: [PATCH] * NEWS: Document removal of --with-crt-dir. --- etc/ChangeLog | 1 + etc/NEWS | 3 +++ 2 files changed, 4 insertions(+) diff --git a/etc/ChangeLog b/etc/ChangeLog index 49d03227c48..e50d288da1c 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,6 +1,7 @@ 2013-02-25 Paul Eggert Simplify data_start configuration (Bug#13783). + * NEWS: Document removal of --with-crt-dir. * PROBLEMS (LIBS_SYSTEM, LIBS_MACHINE, LIBS_STANDARD): Remove. Remove legacy-systems section, as this stuff is no longer applicable with current linking strategies. diff --git a/etc/NEWS b/etc/NEWS index d6691ffed8f..07f52adb2b1 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -28,6 +28,9 @@ This happens by default if a suitable support library is found at build time, like libacl on GNU/Linux. To prevent this, use the configure option `--without-acl'. +** The configure option --with-crt-dir has been removed. +It is no longer needed, as the crt*.o files are no longer linked specially. + * Startup Changes in Emacs 24.4 -- 2.39.5