X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=m4%2Fpython.m4;h=df8fdc2a7c7ef078ad3a71429744473c82062d84;hb=c34f2a5241fba850f3e48a08ebeff3190c6dc9d5;hp=48ab081849a8a541f01c0be208c16c4cb6874280;hpb=259f02836b80e8855519c536324299e581b1387d;p=chaz%2Fopenbox 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