From 568f15056a9ab9450b2c8437bf81381fe8e36bea Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 17 Jun 2010 14:24:15 +0000 Subject: [PATCH] Remove warning message on the configure step (Python is not currently required) --- m4/check_omniorb.m4 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 -- 2.39.2