diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-08-15 10:12:55 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-08-15 10:15:02 +0200 |
commit | bc440c09ed6ff62759c40d7710286978e0be2169 (patch) | |
tree | fed979d2e861853743f1fe8606635164e789ff58 /configure.in | |
parent | fe9f8c1800d8729fd1f07039c952f95ecefb560c (diff) |
Let --with-system-libs not affect hsqldb and saxon
These are special cases where using the system one is the exception.
Change-Id: I3cf9f9e02de26b3186fb06926a080e560dcf26d0
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 76a29106c390..3c72abd97e06 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], |