diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2016-06-09 10:34:14 -0500 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-06-10 08:33:16 +0000 |
commit | 10fa03258fcc7d9e820bd68a25d9d781c6dd7397 (patch) | |
tree | 70575ed5b2e03f644d6a5ba05b8bfabd7fd29c88 /configure.ac | |
parent | febeefc6c7b4d48d6371eaf8664fc7f9ab2ab5d3 (diff) |
configure: we have enough options already no need to repeat them
Change-Id: Ie115a158a5a47265c21c49bde8e2fae5cbd60b6a
Reviewed-on: https://gerrit.libreoffice.org/26116
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 49e7c751e701..3c5a13051dca 100644 --- a/configure.ac +++ b/configure.ac @@ -1874,11 +1874,6 @@ AC_ARG_WITH(libloader-jar, [Specify path to jarfile manually.]), LIBLOADER_JAR=$withval) -AC_ARG_WITH(libloader-jar, - AS_HELP_STRING([--with-libloader-jar=JARFILE], - [Specify path to jarfile manually.]), - LIBLOADER_JAR=$withval) - AC_ARG_WITH(libformula-jar, AS_HELP_STRING([--with-libformula-jar=JARFILE], [Specify path to jarfile manually.]), |