From 57b17187d5eda5dd481d1bf5c5e026866fc38e91 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 28 Apr 2017 19:55:44 -0700 Subject: Get rid of a message that should no longer apply. The version of pkg-config downloaded and built by macosx-setup.sh defaults to looking in, among other places, /usr/local/lib/pkgconfig, so you don't need to add that to PKG_CONFIG_PATH on macOS; Wireshark for macOS no longer uses X11, so you don't need to add /usr/X11/lib/pkgconfig to PKG_CONFIG_PATH on macOS. Change-Id: I84fd6848b72010aafd7859c4e9c0a4362113c890 Reviewed-on: https://code.wireshark.org/review/21398 Reviewed-by: Guy Harris --- autogen.sh | 8 -------- 1 file changed, 8 deletions(-) (limited to 'autogen.sh') 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." -- cgit v1.2.3