aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index 2d32b878d2..fd0bb32bbd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -226,11 +226,6 @@ if test -z "$PKG_CONFIG"; then
fi
#
-# Add configure argument to select macOS deployment target.
-#
-AC_WIRESHARK_OSX_DEPLOY_TARGET
-
-#
# Try to arrange for large file support.
#
AC_SYS_LARGEFILE
@@ -461,14 +456,6 @@ AC_SUBST(A2X_LYNX)
# RPM
AC_CHECK_PROGS(RPMBUILD, [rpmbuild], [rpmbuild])
-#
-# Use this as a proxy for "is this macOS" (just in case somebody actually
-# built and installed Darwin as an OS, perhaps with some X11-based GUI,
-# don't look for Darwin).
-#
-AC_CHECK_PROG(have_sw_vers, sw_vers, "yes", "no")
-AM_CONDITIONAL(NOT_MACOS, test "x$have_sw_vers" = "xno")
-
# Shellcheck
AC_CHECK_PROGS(SHELLCHECK, shellcheck, shellcheck)