Expand a comment.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 20 Nov 2011 03:15:53 +0000 (03:15 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 20 Nov 2011 03:15:53 +0000 (03:15 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39953 f5534014-38df-0310-8fa8-9805f1628bb7

macosx-setup.sh

index a00671e4a258a360f3b44a75a160afee076ceade..d0781c0d96344294bd59d4b37e458e75452997c5 100755 (executable)
@@ -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