From d83a9ced51959ae9b65e0fbef99cd4bee895d720 Mon Sep 17 00:00:00 2001 From: vsr Date: Sat, 29 Dec 2007 12:38:10 +0000 Subject: [PATCH] Make libxml2 a mandatory pre-requisite (it is required for ModuleCatalog and ResourcesManager packages compilation! --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6254567d5..cc389e952 100644 --- a/configure.ac +++ b/configure.ac @@ -250,7 +250,6 @@ echo CHECK_LIBXML - fi # --- end test corba # ---------------------------------------------------------------------------- @@ -426,7 +425,7 @@ summary $basic_mandatory_products check_fatal_error $basic_mandatory_products echo -corba_mandatory_products="omniORB_ok boost_ok" +corba_mandatory_products="omniORB_ok boost_ok libxml_ok" if test x$corba_gen = xtrue; then echo --- CORBA mandatory products - default configuration: summary $corba_mandatory_products -- 2.39.2