diff options
author | Enrico Weigelt, metux ITS <metuxitservice@googlemail.com> | 2012-11-14 14:15:38 +0100 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-11-14 13:19:43 +0000 |
commit | 8ea17cdae772fa5e4853d576c766088a8fb3b206 (patch) | |
tree | 562ab27c6ebdbb6d18612db3da20921c94df635e | |
parent | f23df687f6975e9ebd4545366fa6d7f76766918f (diff) |
dropped obsolete --with-system-gettext configure option
Change-Id: Ia46cb802d40bb1ba199cf937f332c4b343bc22e9
Reviewed-on: https://gerrit.libreoffice.org/1060
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
-rw-r--r-- | README.cross | 1 | ||||
-rw-r--r-- | configure.ac | 5 | ||||
-rw-r--r-- | distro-configs/LibreOfficeMinGW.conf | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/README.cross b/README.cross index 06123b642dc7..d72954dc22c2 100644 --- a/README.cross +++ b/README.cross @@ -158,7 +158,6 @@ CXX_FOR_BUILD=ccache g++ --with-system-curl --with-system-db --with-system-expat ---with-system-gettext --with-system-hunspell --with-system-icu --with-system-libpng diff --git a/configure.ac b/configure.ac index 3afc2fc15e6d..4e5ddd1f7f20 100644 --- a/configure.ac +++ b/configure.ac @@ -1683,11 +1683,6 @@ AC_ARG_WITH(system-mozilla-headers, [with_system_mozilla_headers="$with_system_headers"] ) -AC_ARG_WITH(system-gettext, - AS_HELP_STRING([--with-system-gettext], - [Use gettext runtime library already on system.]),, - [with_system_gettext="$with_system_libs"]) - AC_ARG_WITH(system-libpng, AS_HELP_STRING([--with-system-libpng], [Use libpng already on system.]),, diff --git a/distro-configs/LibreOfficeMinGW.conf b/distro-configs/LibreOfficeMinGW.conf index 9ffade5b8fe0..b6ef3b58cf3c 100644 --- a/distro-configs/LibreOfficeMinGW.conf +++ b/distro-configs/LibreOfficeMinGW.conf @@ -7,7 +7,6 @@ --with-system-curl --with-system-db --with-system-expat ---with-system-gettext --with-system-graphite --with-system-hunspell --with-system-icu |