From 1b59ea59897cea5f7fde87049845fdaf5edef5f9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 12 Jan 2003 20:42:20 +0000 Subject: [PATCH] dont show find errors --- m4/python.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/python.m4 b/m4/python.m4 index 48ab0818..df8fdc2a 100644 --- a/m4/python.m4 +++ b/m4/python.m4 @@ -14,7 +14,7 @@ AC_DEFUN([PYTHON_DEVEL], for i in "$python_prefix/include/python$PYTHON_VERSION/" \ "$python_prefix/include/python/" "$python_prefix/" do - python_path=`find $i -type f -name Python.h -print` + python_path=`find $i -type f -name Python.h -print 2> /dev/null` test "$python_path" && break done for i in $python_path -- 2.39.2