diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-12 20:42:20 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-12 20:42:20 +0000 |
| commit | 1b59ea59897cea5f7fde87049845fdaf5edef5f9 (patch) | |
| tree | c601bddb05acdf0e71e414a724ba40c98b42ddc3 /m4/python.m4 | |
| parent | de0706821d4aaab722445b1841cadcb7776a10b5 (diff) | |
dont show find errors
Diffstat (limited to 'm4/python.m4')
| -rw-r--r-- | m4/python.m4 | 2 |
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 |
