From: vsr Date: Thu, 17 Jun 2010 14:24:15 +0000 (+0000) Subject: Remove warning message on the configure step (Python is not currently required) X-Git-Tag: V5_1_5a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=568f15056a9ab9450b2c8437bf81381fe8e36bea;p=modules%2Fjobmanager.git Remove warning message on the configure step (Python is not currently required) --- diff --git a/m4/check_omniorb.m4 b/m4/check_omniorb.m4 index 57e25f5..4983342 100644 --- a/m4/check_omniorb.m4 +++ b/m4/check_omniorb.m4 @@ -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