summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2016-11-14 14:26:48 -0500
committerWill Estes <westes575@gmail.com>2016-11-14 14:26:48 -0500
commit99612781d9dec6cda335a6bcceeb5435be043e1c (patch)
tree9198d078be72bda440affe0c2810582136a4cccc /NEWS
parent5d71e9ffb98e3ed719b5bf7ed2c52d8b6f26e65f (diff)
doc: describe --disable-libfl in NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 423af03..cc5965a 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,10 @@ See the file COPYING for copying conditions.
** build
+*** It is now possible to build flex without building the accompanying
+ libfl. This is friendlier to cross compilation. See the
+ --disable-libfl option to configure. Resolves #99.
+
*** the PIC version of libfl was not correctly built. It is no longer
included in the build/installation targets of flex since it was
unused.