[Libreoffice-commits] .: configure.ac distro-configs/LibreOfficeMinGW.conf README.cross

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Nov 14 05:20:02 PST 2012


 README.cross                         |    1 -
 configure.ac                         |    5 -----
 distro-configs/LibreOfficeMinGW.conf |    1 -
 3 files changed, 7 deletions(-)

New commits:
commit 8ea17cdae772fa5e4853d576c766088a8fb3b206
Author: Enrico Weigelt, metux ITS <metuxitservice at googlemail.com>
Date:   Wed Nov 14 14:15:38 2012 +0100

    dropped obsolete --with-system-gettext configure option
    
    Change-Id: Ia46cb802d40bb1ba199cf937f332c4b343bc22e9
    Reviewed-on: https://gerrit.libreoffice.org/1060
    Reviewed-by: Tor Lillqvist <tml at iki.fi>
    Tested-by: Tor Lillqvist <tml at iki.fi>

diff --git a/README.cross b/README.cross
index 06123b6..d72954d 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 3afc2fc..4e5ddd1 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 9ffade5..b6ef3b5 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


More information about the Libreoffice-commits mailing list