[Libreoffice-commits] .: configure.in
Miklos Vajna
vmiklos at kemper.freedesktop.org
Wed Aug 15 01:14:55 PDT 2012
configure.in | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
New commits:
commit bc440c09ed6ff62759c40d7710286978e0be2169
Author: Miklos Vajna <vmiklos at suse.cz>
Date: Wed Aug 15 10:12:55 2012 +0200
Let --with-system-libs not affect hsqldb and saxon
These are special cases where using the system one is the exception.
Change-Id: I3cf9f9e02de26b3186fb06926a080e560dcf26d0
diff --git a/configure.in b/configure.in
index 76a2910..3c72abd 100644
--- a/configure.in
+++ b/configure.in
@@ -1387,8 +1387,7 @@ AC_ARG_WITH(libpq-path,
AC_ARG_WITH(system-hsqldb,
AS_HELP_STRING([--with-system-hsqldb],
- [Use hsqldb already on system.]),,
- [with_system_hsqldb="$with_system_jars"])
+ [Use hsqldb already on system.]))
AC_ARG_WITH(hsqldb-jar,
AS_HELP_STRING([--with-hsqldb-jar=JARFILE],
@@ -1515,8 +1514,7 @@ AC_ARG_WITH(libbase-jar,
AC_ARG_WITH(system-saxon,
AS_HELP_STRING([--with-system-saxon],
- [Use saxon already on system.]),,
- [with_system_saxon="$with_system_jars"])
+ [Use saxon already on system.]))
AC_ARG_WITH(saxon-jar,
AS_HELP_STRING([--with-saxon-jar=JARFILE],
More information about the Libreoffice-commits
mailing list