projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4ab4b4
)
Suppress warning messages from "which".
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 9 May 2007 13:55:03 +0000
(13:55 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 9 May 2007 13:55:03 +0000
(13:55 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2795
c046a42c
-6fe2-441c-8c8c-
71466251a162
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 187ac35a1d8a8c57552a23b5184f611575085a8c..245b2059d938f9ae095640210a1e1af9a904a45e 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-606,7
+606,8
@@
EOF
fi
# Check if tools are available to build documentation.
-if [ -x "`which texi2html`" ] && [ -x "`which pod2man`" ]; then
+if [ -x "`which texi2html 2>/dev/null`" ] && \
+ [ -x "`which pod2man 2>/dev/null`" ]; then
build_docs="yes"
fi