aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/autogen.sh b/autogen.sh
index ddf4dedaf1..bb2902bb26 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -149,12 +149,4 @@ $AUTOMAKE --add-missing --gnu $am_opt || exit 1
echo $AUTOCONF
$AUTOCONF || exit 1
-if [ `uname -s` = Darwin ] ; then
- echo
- echo "To configure Wireshark on {Mac} OS X/macOS, you will need to type:"
- echo "export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/X11/lib/pkgconfig"
- echo "before you can run configure."
-fi
-
-echo
echo "Now type \"./configure [options]\" and \"make\" to compile $PROJECT."