From 72ca27cc1a9f3c79ae0e448138910303dc66263e Mon Sep 17 00:00:00 2001 From: Brian Boru Date: Tue, 1 Sep 2020 21:25:33 +0300 Subject: [PATCH] rm --- Jamrules.configure | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Jamrules.configure b/Jamrules.configure index dbe0fc4..467a4d1 100644 --- a/Jamrules.configure +++ b/Jamrules.configure @@ -104,13 +104,13 @@ rule -configure- { } } HAVE_IXSQLD = 'no' ; - if $(USE_IXSQLD) { - if [ -pkg-find- libcurl ] == 1 && [ -pkg-find- libmicrohttpd ] == 1 && [ -pkg-find- uuid ] == 1 { - -configure-add-line- "SubInclude TOP src contrib libquickmail ;" ; - -configure-add-line- "SubInclude TOP src xsqld ;" ; - HAVE_IXSQLD = 'yes' ; - } - } +# if $(USE_IXSQLD) { +# if [ -pkg-find- libcurl ] == 1 && [ -pkg-find- libmicrohttpd ] == 1 && [ -pkg-find- uuid ] == 1 { +# -configure-add-line- "SubInclude TOP src contrib libquickmail ;" ; +# -configure-add-line- "SubInclude TOP src xsqld ;" ; +# HAVE_IXSQLD = 'yes' ; +# } +# } HAVE_PGSQL = 'no' ; if $(USE_PGSQL) { if [ -custom-pkg-find- pq : pg_config ] == 1 { -- 2.11.4.GIT