Description: Fix wrong configure check when building with pythonX-dbg
Forwarded: not-needed
Origin: vendor
Author: Cristian Greco <cristian@regolo.cc>

--- a/configure
+++ b/configure
@@ -18717,7 +18717,7 @@
 	#
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for the distutils Python package" >&5
 $as_echo_n "checking for the distutils Python package... " >&6; }
-	ac_distutils_result=`$PYTHON -c "import distutils" 2>&1`
+	ac_distutils_result=`$PYTHON -c "import distutils" >/dev/null 2>&1`
 	if test -z "$ac_distutils_result"; then
 		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }
