summaryrefslogtreecommitdiff
path: root/m4/python.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/python.m4')
-rw-r--r--m4/python.m42
1 files changed, 1 insertions, 1 deletions
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