aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-12-29 20:15:48 -0800
committerGuy Harris <guy@alum.mit.edu>2016-12-30 04:17:58 +0000
commitbd9d8b79b77b23bffdf1ad52388b187f09fe9760 (patch)
tree8f315951195c7aa36cfed99d851e15cfd4aa943d /autogen.sh
parenta76c6cfa429b4dd204b14999d27187faa61d0541 (diff)
Three count 'em three different names for the OS.
Change-Id: Icb53c200e95a55b648297bbf5237662c3adaeb84 Reviewed-on: https://code.wireshark.org/review/19465 Reviewed-by: Guy Harris <guy@alum.mit.edu>
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