summaryrefslogtreecommitdiff
path: root/m4/python.m4
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-12 20:42:20 +0000
committerDana Jansens <danakj@orodu.net>2003-01-12 20:42:20 +0000
commit1b59ea59897cea5f7fde87049845fdaf5edef5f9 (patch)
treec601bddb05acdf0e71e414a724ba40c98b42ddc3 /m4/python.m4
parentde0706821d4aaab722445b1841cadcb7776a10b5 (diff)
dont show find errors
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