summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bindings/python/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am
index fd3cc36..0c11d02 100644
--- a/bindings/python/Makefile.am
+++ b/bindings/python/Makefile.am
@@ -46,7 +46,7 @@ _gpod_la_LIBADD = $(LIBGPOD_LIBS) $(top_builddir)/src/libgpod.la
gpod_doc.i: $(srcdir)/gpod_doc.i.in $(srcdir)/gtkdoc-to-swig.xsl
cat $< > $@
- -if test -x `which xsltproc`; then \
+ -if test -x "`which xsltproc 2>/dev/null`"; then \
for xml in $(top_srcdir)/docs/reference/xml/*.xml; do \
xsltproc $(srcdir)/gtkdoc-to-swig.xsl $$xml; \
done >> $@; \