summaryrefslogtreecommitdiff
path: root/docbook
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-05-24 02:08:49 +0000
committerGuy Harris <guy@alum.mit.edu>2007-05-24 02:08:49 +0000
commit7f50a87a4ae1e1112b77d87a0e3113a84633908f (patch)
tree32d5f21d3f3566a87f919b45c6b9c498655a57e2 /docbook
parentd4b111408bd47fc4e61a9ab616176ed5a5335dad (diff)
downloadwireshark-7f50a87a4ae1e1112b77d87a0e3113a84633908f.tar.gz
Emphasize that if you try to build on a system without GTK+ installed,
the configure script will fail unless you explicitly say you don't want Wireshark built. svn path=/trunk/; revision=21914
Diffstat (limited to 'docbook')
-rw-r--r--docbook/release-notes.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/docbook/release-notes.xml b/docbook/release-notes.xml
index 7d364e0b44..22e54cff3b 100644
--- a/docbook/release-notes.xml
+++ b/docbook/release-notes.xml
@@ -126,7 +126,10 @@ Wireshark Info
<listitem><para>
You must now explicitly pass "--disable-wireshark" to the build
- environment if you only want to build TShark.
+ environment if you only want to build TShark; the configure
+ script will fail, rather than automatically building only
+ TShark, if it's run on a system that doesn't have GTK+ headers
+ and libraries installed.
</para></listitem>
</itemizedlist>