From: jblum Date: Wed, 7 Jan 2009 19:50:19 +0000 (+0000) Subject: gtk test import redirect warning X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=183b989d40805b0fd5d4890ef83314434a693141;p=debian%2Fgnuradio gtk test import redirect warning git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10198 221aa14e-8319-0410-a670-987f0aec2ac5 --- 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])