aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-12-11 22:23:31 -0500
committerNick Mathewson <nickm@torproject.org>2016-12-11 22:23:31 -0500
commitcbdb3c92f58c4ab1f80542d8e2c1b54557db29dc (patch)
tree5dc5b616d71f356365351a8cb0c18d80aca65028 /configure.ac
parent14edb0bd0cc97a8cab84b9e28c7bfe97b3a0cbc0 (diff)
parentef53526b104675cadb0e52dd3d9d407d1d027073 (diff)
downloadtor-cbdb3c92f58c4ab1f80542d8e2c1b54557db29dc.tar.gz
tor-cbdb3c92f58c4ab1f80542d8e2c1b54557db29dc.zip
Merge branch 'maint-0.2.9'
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 2f556271f9..bf721a9e64 100644
--- a/configure.ac
+++ b/configure.ac
@@ -430,11 +430,11 @@ AC_MSG_CHECKING([for a pre-Sierra OSX build target])
AC_TRY_COMPILE([
#ifdef __APPLE__
# include <AvailabilityMacros.h>
-# ifndef MAC_OS_VERSION_10_12
-# define MAC_OS_VERSION_10_12 101200
+# ifndef MAC_OS_X_VERSION_10_12
+# define MAC_OS_X_VERSION_10_12 101200
# endif
# if defined(MAC_OS_X_VERSION_MIN_REQUIRED)
-# if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_VERSION_10_12
+# if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_12
# error "Running on Mac OSX 10.11 or earlier"
# endif
# endif