blob: 1014b55f47766b9341c2019edad4a3c60ac053d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
Index: qemu/configure
@@ -1605,17 +1605,18 @@
fi
# Check if tools are available to build documentation.
-if test "$docs" != "no" ; then
- if test -x "`which texi2html 2>/dev/null`" -a \
- -x "`which pod2man 2>/dev/null`" ; then
- docs=yes
- else
- if test "$docs" = "yes" ; then
- feature_not_found "docs"
- fi
- docs=no
- fi
-fi
+#if test "$docs" != "no" ; then
+# if test -x "`which texi2html 2>/dev/null`" -a \
+# -x "`which pod2man 2>/dev/null`" ; then
+# docs=yes
+# else
+# if test "$docs" = "yes" ; then
+# feature_not_found "docs"
+# fi
+# docs=no
+# fi
+#fi
+docs=yes
# Search for bswap_32 function
byteswap_h=no
|