Kaydet (Commit) 8ea17cda authored tarafından Enrico Weigelt, metux ITS's avatar Enrico Weigelt, metux ITS Kaydeden (comit) Tor Lillqvist

dropped obsolete --with-system-gettext configure option

Change-Id: Ia46cb802d40bb1ba199cf937f332c4b343bc22e9
Reviewed-on: https://gerrit.libreoffice.org/1060Reviewed-by: 's avatarTor Lillqvist <tml@iki.fi>
Tested-by: 's avatarTor Lillqvist <tml@iki.fi>
üst f23df687
...@@ -158,7 +158,6 @@ CXX_FOR_BUILD=ccache g++ ...@@ -158,7 +158,6 @@ CXX_FOR_BUILD=ccache g++
--with-system-curl --with-system-curl
--with-system-db --with-system-db
--with-system-expat --with-system-expat
--with-system-gettext
--with-system-hunspell --with-system-hunspell
--with-system-icu --with-system-icu
--with-system-libpng --with-system-libpng
......
...@@ -1683,11 +1683,6 @@ AC_ARG_WITH(system-mozilla-headers, ...@@ -1683,11 +1683,6 @@ AC_ARG_WITH(system-mozilla-headers,
[with_system_mozilla_headers="$with_system_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, AC_ARG_WITH(system-libpng,
AS_HELP_STRING([--with-system-libpng], AS_HELP_STRING([--with-system-libpng],
[Use libpng already on system.]),, [Use libpng already on system.]),,
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
--with-system-curl --with-system-curl
--with-system-db --with-system-db
--with-system-expat --with-system-expat
--with-system-gettext
--with-system-graphite --with-system-graphite
--with-system-hunspell --with-system-hunspell
--with-system-icu --with-system-icu
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment