aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 31b3e133712..c0876c9a659 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -30,6 +30,10 @@ so we will look at it and add it to the manual.
30These provide no new functionality, they just remove the need to edit 30These provide no new functionality, they just remove the need to edit
31lib-src/Makefile by hand in order to use the associated features. 31lib-src/Makefile by hand in order to use the associated features.
32 32
33---
34** There is a new configure option --with-crt-dir.
35This is only useful if your crt*.o files are in a non-standard location.
36
33** Configure links against libselinux if it is found. 37** Configure links against libselinux if it is found.
34You can disable this by using --without-selinux. 38You can disable this by using --without-selinux.
35 39