diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-12-08 00:17:14 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-12-08 00:17:14 +0200 |
commit | 0606c064f01b4e7e7c7d771765a2669379dd716a (patch) | |
tree | 673fe264945495f62e04ff46281bd9c5c6e6bc45 /configure.ac | |
parent | d13a6b567e6f7cda7a9573edbf0cd9eab7f59c3c (diff) |
The --enable-mergelibs option is not experimental
Change-Id: I2a0671bf1c7c43cf250f36f480768f160b079eec
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index a4c4cacf7835..1481343a0d4e 100644 --- a/configure.ac +++ b/configure.ac @@ -1041,9 +1041,7 @@ dnl ---------- *** ---------- libo_FUZZ_ARG_ENABLE(mergelibs, AS_HELP_STRING([--enable-mergelibs], - [Enables linking of big, merged, library. Experimental feature, tested - only for Linux at some stage in history, but possibly does not work even - for Linux any more. This will link a core set of libraries into libmerged.]) + [Merge several of the smaller libraries into one big, "merged", one.]) ) libo_FUZZ_ARG_ENABLE(breakpad, |