projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de07068
)
dont show find errors
author
Dana Jansens
<danakj@orodu.net>
Sun, 12 Jan 2003 20:42:20 +0000
(20:42 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 12 Jan 2003 20:42:20 +0000
(20:42 +0000)
m4/python.m4
patch
|
blob
|
history
diff --git
a/m4/python.m4
b/m4/python.m4
index 48ab081849a8a541f01c0be208c16c4cb6874280..df8fdc2a7c7ef078ad3a71429744473c82062d84 100644
(file)
--- 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