2008-06-03 20:39:51 +02:00
|
|
|
Index: qemu/configure
|
2010-01-17 17:20:56 +01:00
|
|
|
@@ -1605,17 +1605,18 @@
|
|
|
|
fi
|
2008-06-03 20:39:51 +02:00
|
|
|
|
|
|
|
# Check if tools are available to build documentation.
|
2010-01-17 17:20:56 +01:00
|
|
|
-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
|