[Libreoffice-commits] core.git: configure.ac
Fridrich Štrba
fridrich.strba at bluewin.ch
Mon Oct 9 14:54:30 UTC 2017
configure.ac | 17 +----------------
1 file changed, 1 insertion(+), 16 deletions(-)
New commits:
commit 83c2eb0cbfb86392ecc8ecae9da1379c91c8e936
Author: Fridrich Štrba <fridrich.strba at bluewin.ch>
Date: Mon Oct 9 16:53:56 2017 +0200
Those ones look like not being used at all
Change-Id: Id3e20523538226be0cb6eea21b17503e27e2294d
diff --git a/configure.ac b/configure.ac
index 8a22b93626a7..475e81a5f2f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1723,21 +1723,6 @@ AC_ARG_WITH(rhino-jar,
[Specify path to jarfile manually.]),
RHINO_JAR=$withval)
-AC_ARG_WITH(commons-codec-jar,
- AS_HELP_STRING([--with-commons-codec-jar=JARFILE],
- [Specify path to jarfile manually.]),
- COMMONS_CODEC_JAR=$withval)
-
-AC_ARG_WITH(commons-lang-jar,
- AS_HELP_STRING([--with-commons-lang-jar=JARFILE],
- [Specify path to jarfile manually.]),
- COMMONS_LANG_JAR=$withval)
-
-AC_ARG_WITH(commons-httpclient-jar,
- AS_HELP_STRING([--with-commons-httpclient-jar=JARFILE],
- [Specify path to jarfile manually.]),
- COMMONS_HTTPCLIENT_JAR=$withval)
-
AC_ARG_WITH(commons-logging-jar,
AS_HELP_STRING([--with-commons-logging-jar=JARFILE],
[Specify path to jarfile manually.]),
@@ -10468,7 +10453,7 @@ if test "$ENABLE_REPORTBUILDER" = "TRUE"; then
else
AC_MSG_RESULT([internal])
SYSTEM_APACHE_COMMONS=
- BUILD_TYPE="$BUILD_TYPE APACHE_COMMONS TOMCAT"
+ BUILD_TYPE="$BUILD_TYPE APACHE_COMMONS"
fi
fi
AC_SUBST(SYSTEM_APACHE_COMMONS)
More information about the Libreoffice-commits
mailing list