]> SALOME platform Git repositories - modules/jobmanager.git/commitdiff
Salome HOME
Remove warning message on the configure step (Python is not currently required)
authorvsr <vsr@opencascade.com>
Thu, 17 Jun 2010 14:24:15 +0000 (14:24 +0000)
committervsr <vsr@opencascade.com>
Thu, 17 Jun 2010 14:24:15 +0000 (14:24 +0000)
m4/check_omniorb.m4

index 57e25f5e0847382bd9c0a1b18024a88aac56d074..4983342774b34d5da81b3b4ca3b6817380b7a46b 100644 (file)
@@ -25,10 +25,12 @@ AC_REQUIRE([AC_PROG_CXXCPP])dnl
 AC_CHECKING(for omniORB)
 omniORB_ok=yes
 
-if test "x$PYTHON" = "x" 
-then
-  CHECK_PYTHON
-fi
+#VSR: Python is not currently required.
+#Commented to avoid warning message on configure.
+#if test "x$PYTHON" = "x" 
+#then
+#  CHECK_PYTHON
+#fi
 
 AC_LANG_SAVE
 AC_LANG_CPLUSPLUS