diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2017-10-09 16:53:56 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2017-10-09 16:54:06 +0200 |
commit | 83c2eb0cbfb86392ecc8ecae9da1379c91c8e936 (patch) | |
tree | 82d4aa8f19f2bc6471760e20622c0284b5c307bc | |
parent | bd219133ef6e4ba1d7b9e8cadadeae80d7c59922 (diff) |
Those ones look like not being used at all
Change-Id: Id3e20523538226be0cb6eea21b17503e27e2294d
-rw-r--r-- | configure.ac | 17 |
1 files changed, 1 insertions, 16 deletions
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) |