Salome HOME
Porting of examples modules to SALOME 3
authorvsr <vsr@opencascade.com>
Wed, 22 Jun 2005 12:58:31 +0000 (12:58 +0000)
committervsr <vsr@opencascade.com>
Wed, 22 Jun 2005 12:58:31 +0000 (12:58 +0000)
adm_local/unix/make_commence.in
configure.in.base

index ee4c6fc551b41a1c6b4148182eed4cd72b3da7bd..c8a7131fef4e7ec7c43fa5259286b9f7b91cb3b0 100644 (file)
@@ -61,6 +61,9 @@ QT_MT_LIBS = @QT_MT_LIBS@
 MOC = @MOC@
 UIC = @UIC@
 
+# msg2qm
+
+MSG2QM = @MSG2QM@
 
 #QWT
 
index 151b274816ce9a9eaf24a51305b1bd54d3b51b21..9eaef0a03b5ce2536dc1897c896cf754b8c87c73 100644 (file)
@@ -115,6 +115,14 @@ AC_SUBST_FILE(CORBA)
 corba=make_$ORB
 CORBA=adm_local/unix/$corba
 
+echo
+echo ---------------------------------------------
+echo testing msg2qm
+echo ---------------------------------------------
+echo
+
+CHECK_MSG2QM
+
 echo
 echo ---------------------------------------------
 echo Testing Kernel
@@ -130,7 +138,7 @@ echo ---------------------------------------------
 echo
 
 echo Configure
-variables="python_ok omniORB_ok Kernel_ok"
+variables="python_ok omniORB_ok msg2qm_ok Kernel_ok"
 
 for var in $variables
 do