HTML_VIEWER isn't used in the build process, it's run by Wireshark.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 12 May 2013 07:37:22 +0000 (07:37 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 12 May 2013 07:37:22 +0000 (07:37 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@49257 f5534014-38df-0310-8fa8-9805f1628bb7

configure.ac

index a41a18f80ff93e3bc47a8b2255c024ee50487610..61e8896d8c5622cdc0990c9dfe1591cec6567309 100644 (file)
@@ -132,6 +132,10 @@ then
        AC_MSG_ERROR(I couldn't find pod2html; make sure it's installed and in your path)
 fi
 
+#
+# Checks for programs used by Wireshark/TShark/etc.
+#
+
 #
 # XXX - this looks for various HTML viewers on the host, not the target;
 # we really want to know what's available on the target, for cross-builds.