summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-11-22 10:53:41 +0200
committerTor Lillqvist <tml@collabora.com>2013-11-22 10:53:41 +0200
commitcdb1981b2d33571b986376e77955045417a46aad (patch)
tree4fdd2444eff6e02675455315cbc6149f79bce9b8 /configure.ac
parentc409b66842bd8eb368f9e6be4abb17dee3070682 (diff)
Be more realistic
Change-Id: Id83205bfe65d2880bef4741b2c65049e4221d7c6
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f2cebbea7945..68a875082f13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -788,8 +788,9 @@ AC_ARG_ENABLE([hardlink-deliver],
AC_ARG_ENABLE(mergelibs,
AS_HELP_STRING([--enable-mergelibs=<all/yes>],
- [Enables linking of big, merged, library. Experimental feature tested
- only for Linux. 'all' will link a lot of libraries into libmerged
+ [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. 'all' will link a lot of libraries into libmerged
while 'yes' will do it for just a core set of libraries.])
)