You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2012/09/28 08:19:56 UTC

svn commit: r1391324 - /incubator/ooo/trunk/main/configure.in

Author: maho
Date: Fri Sep 28 06:19:55 2012
New Revision: 1391324

URL: http://svn.apache.org/viewvc?rev=1391324&view=rev
Log:
Actually use apache-commons jar files already installed on system.
[formerly, just check them but never used, and build internal
one]


Modified:
    incubator/ooo/trunk/main/configure.in

Modified: incubator/ooo/trunk/main/configure.in
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/configure.in?rev=1391324&r1=1391323&r2=1391324&view=diff
==============================================================================
--- incubator/ooo/trunk/main/configure.in (original)
+++ incubator/ooo/trunk/main/configure.in Fri Sep 28 06:19:55 2012
@@ -52,6 +52,9 @@ AC_ARG_ENABLE(graphite,
 AC_ARG_WITH(system-graphite,
 [  --with-system-graphite    use graphite library already installed on system
 ],,)
+AC_ARG_WITH(system-apache-commons,
+[  --with-system-apache-commons    use apache-commons jar files already installed on system
+],,)
 AC_ARG_ENABLE(online-update,
 [  --disable-online-update Disables the Online Update feature.
 ],,enable_online_update=yes)