diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-11-15 10:19:43 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-11-15 10:19:43 +0200 |
commit | 7c1d47f460888bd742c4ebcae64407b9af1f5fff (patch) | |
tree | 4f349371470a1e242eabc16159af1b62210da36e | |
parent | 07f8216e5722d2288143367a07f4d567ab060431 (diff) |
Correction and clarification to help message
Change-Id: I93b4ccdf40ffa2f013764b6270bab9aa1dced7c7
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 7218fb8ec776..875c434983c6 100644 --- a/configure.ac +++ b/configure.ac @@ -786,8 +786,8 @@ 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 on Linux and Android. All will link a lot more libraries into libmerged - while yes or no argument will simply enable a core set of libraries.]) + only for Linux. 'all' will link a lot of libraries into libmerged + while 'yes' will do it for just a core set of libraries.]) ) AC_ARG_ENABLE(graphite, |