diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2011-10-28 11:16:13 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2011-10-28 11:17:37 +0200 |
commit | cbc0073221ba1df90a56d541752bed16272906b1 (patch) | |
tree | 17978b152673747829af1dbd7f40b5a5f2ec4918 /configure.in | |
parent | 9b58d9353073c6535da0529cd9a48e435f043fa8 (diff) |
documentation: --with-system-libs also active for libexttextcat and libvisio
documentation for commit 25c27aae73f09759f7d6d874c54c6071e21d0c42
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 9700de9e6d75..3b48331e43b1 100644 --- a/configure.in +++ b/configure.in @@ -685,7 +685,7 @@ AC_ARG_WITH(external-thes-dir, AC_ARG_WITH(system-libs, AS_HELP_STRING([--with-system-libs], [Use libraries already on system -- enables all --with-system-* flags except - mozilla, libvisio, libexttextcat and translate-toolkit.]), + mozilla and translate-toolkit.]), ,) AC_ARG_WITH(system-headers, |