diff options
-rw-r--r-- | configure.ac | 5 |
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.]) ) |