From 183b989d40805b0fd5d4890ef83314434a693141 Mon Sep 17 00:00:00 2001 From: jblum Date: Wed, 7 Jan 2009 19:50:19 +0000 Subject: [PATCH] gtk test import redirect warning git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10198 221aa14e-8319-0410-a670-987f0aec2ac5 --- config/grc_grc.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/grc_grc.m4 b/config/grc_grc.m4 index e6a3d766..0db5334f 100644 --- a/config/grc_grc.m4 +++ b/config/grc_grc.m4 @@ -50,7 +50,7 @@ AC_DEFUN([GRC_GRC],[ dnl ######################################## if test $passed = yes; then AC_MSG_CHECKING([for GTK version >= 2.10.0]) - if test `${PYTHON} -c "import gtk; print gtk.pygtk_version >= (2, 10, 0)"` = 'True'; then + if test `${PYTHON} -c "import gtk; print gtk.pygtk_version >= (2, 10, 0)" 2> /dev/null` = 'True'; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) -- 2.47.2