summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-12-08 00:17:14 +0200
committerAndras Timar <andras.timar@collabora.com>2017-02-17 21:37:56 +0100
commit348856cab1e73a4b377748a87352c5e14a0276bc (patch)
tree2f2d8f528d084d9a222824c76f9d52d906fa40d1 /configure.ac
parent74c59bf211442c80d7cb5f684aa8d1acb13c8a99 (diff)
The --enable-mergelibs option is not experimental
Change-Id: I2a0671bf1c7c43cf250f36f480768f160b079eec (cherry picked from commit 0606c064f01b4e7e7c7d771765a2669379dd716a)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 6d358b7c0fb2..91277591d162 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1034,9 +1034,7 @@ dnl ---------- *** ----------
AC_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.])
)
AC_ARG_ENABLE(graphite,