aboutsummaryrefslogtreecommitdiffstats
path: root/macosx-setup.sh
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-11-20 03:15:53 +0000
committerGuy Harris <guy@alum.mit.edu>2011-11-20 03:15:53 +0000
commit56903273cc78a604fc1b90b1cba4c17eda290dd3 (patch)
tree773e2e9d0be0394ae9167d42f28ef1069a2545d5 /macosx-setup.sh
parent8f06e3af4b65f5fd4d9a1ef023574aa0e2764808 (diff)
Expand a comment.
svn path=/trunk/; revision=39953
Diffstat (limited to 'macosx-setup.sh')
-rwxr-xr-xmacosx-setup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/macosx-setup.sh b/macosx-setup.sh
index a00671e4a2..d0781c0d96 100755
--- a/macosx-setup.sh
+++ b/macosx-setup.sh
@@ -302,6 +302,9 @@ then
# it.
#
# Patch the GnuTLS pkgconfig file not to require zlib.
+ # (If the capabilities of GnuTLS that Wireshark uses don't
+ # depend on building GnuTLS with zlib, an alternative would be
+ # to configure it not to use zlib.)
#
patch -p0 lib/gnutls.pc <../../macosx-support-lib-patches/gnutls-pkgconfig.patch || exit 1
$DO_MAKE_INSTALL || exit 1