diff options
-rw-r--r-- | config/grc_grc.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/grc_grc.m4 b/config/grc_grc.m4 index e6a3d766a..0db5334fa 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]) |