[Libreoffice-commits] core.git: configure.ac

Norbert Thiebaud nthiebaud at gmail.com
Fri Jun 10 08:33:39 UTC 2016


 configure.ac |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 10fa03258fcc7d9e820bd68a25d9d781c6dd7397
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Thu Jun 9 10:34:14 2016 -0500

    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 at libreoffice.org>
    Reviewed-by: Noel Grandin <noelgrandin at gmail.com>

diff --git a/configure.ac b/configure.ac
index 49e7c75..3c5a130 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.]),


More information about the Libreoffice-commits mailing list