Kaydet (Commit) bc440c09 authored tarafından Miklos Vajna's avatar Miklos Vajna

Let --with-system-libs not affect hsqldb and saxon

These are special cases where using the system one is the exception.

Change-Id: I3cf9f9e02de26b3186fb06926a080e560dcf26d0
üst fe9f8c18
......@@ -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],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment