From 3bc62cd35f4c52f590605c73d92c92b6b4a4bdc5 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 8 Jan 2018 18:49:50 -0800 Subject: Use pcapng as the name of the file format. At one point, I remember a discussion resulting in the official name of the next-generation replacement for pcap format being changed to "pcapng", with no hyphen. Make tcpdump reflect that. While we're at it, uppdate to use "macOS" as the name of Apple's UNIX-for-Macs, as appropriate (don't use it for versions that were still called Mac OS X or OS X). --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index e6b6a43e..72955936 100755 --- a/configure +++ b/configure @@ -1330,7 +1330,7 @@ Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] - --disable-universal don't build universal on OS X + --disable-universal don't build universal on macOS --enable-smb enable possibly-buggy SMB printer default=yes --disable-smb disable possibly-buggy SMB printer @@ -7654,7 +7654,7 @@ if test "$want_libcrypto" != "no"; then # El Capitan, probably because they don't want you writing # nasty portable code that could run on other UN*Xes, they # want you writing code that uses their Shiny New Crypto - # Library and that only runs on OS X. + # Library and that only runs on macOS. # ac_fn_c_check_header_mongrel "$LINENO" "openssl/crypto.h" "ac_cv_header_openssl_crypto_h" "$ac_includes_default" if test "x$ac_cv_header_openssl_crypto_h" = xyes; then : -- cgit v1.2.1