summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index a9bf30575e..ad20852c07 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -151,7 +151,7 @@ $AUTOCONF || exit 1
if [ `uname -s` = Darwin ] ; then
echo
- echo "To configure Wireshark on OS X, you will need to type:"
+ 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