diff options
author | Guy Harris <guy@alum.mit.edu> | 2016-12-20 00:44:31 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2016-12-20 08:45:51 +0000 |
commit | d9cc2b52260dac9830ac60239c4d80721df59b96 (patch) | |
tree | 3538df0f1b771a72641c0492a1869b951792116e /acinclude.m4 | |
parent | e5596b74bd41fe416a947f882a1a0609b5c0892b (diff) | |
download | wireshark-d9cc2b52260dac9830ac60239c4d80721df59b96.tar.gz wireshark-d9cc2b52260dac9830ac60239c4d80721df59b96.tar.bz2 wireshark-d9cc2b52260dac9830ac60239c4d80721df59b96.zip |
Update comments and messages for the new name for Apple's OS for Macs.
Change-Id: I96be861220f6052cb1bc61f5f4e74e76821ff565
Reviewed-on: https://code.wireshark.org/review/19358
Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 040d774454..97d3f8aaa4 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1829,7 +1829,7 @@ AC_DEFUN([AC_WIRESHARK_QT_CHECK], # # While we're at it, look for QtMacExtras. (Presumably - # if we're not building for OS X, it won't be present.) + # if we're not building for macOS, it won't be present.) # # XXX - is there anything in QtX11Extras or QtWinExtras # that we should be using? |