From: vsr Date: Thu, 17 Jun 2010 14:24:38 +0000 (+0000) Subject: Remove warning message on the configure step (Python is not currently required) X-Git-Tag: V6_2_0~17 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1baa4ef2c3bb10e9952cf3a92b80da7d8ad9ef38;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