]> Dogcows Code - chaz/openbox/commitdiff
dont show find errors
authorDana Jansens <danakj@orodu.net>
Sun, 12 Jan 2003 20:42:20 +0000 (20:42 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 12 Jan 2003 20:42:20 +0000 (20:42 +0000)
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.023255 seconds and 4 git commands to generate.