]> Dogcows Code - chaz/openbox/blobdiff - m4/python.m4
keep the asserts for !debug builds..
[chaz/openbox] / m4 / python.m4
index 48ab081849a8a541f01c0be208c16c4cb6874280..df8fdc2a7c7ef078ad3a71429744473c82062d84 100644 (file)
@@ -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
This page took 0.02079 seconds and 4 git commands to generate.