all repos — openbox @ 1b59ea59897cea5f7fde87049845fdaf5edef5f9

openbox fork - make it a bit more like ryudo

dont show find errors
Dana Jansens danakj@orodu.net
commit

1b59ea59897cea5f7fde87049845fdaf5edef5f9

parent

de0706821d4aaab722445b1841cadcb7776a10b5

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M m4/python.m4m4/python.m4

@@ -14,7 +14,7 @@ AC_MSG_CHECKING([for python include path])

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