dont show find errors
This commit is contained in:
parent
de0706821d
commit
1b59ea5989
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue