Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
ef53526b
Commit
ef53526b
authored
Dec 11, 2016
by
Nick Mathewson
👁
Browse files
Spell MAC_OS_X_VERSION_10_12 correctly.
Fixes 20935.
parent
cf6da1e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/bug20935
0 → 100644
View file @
ef53526b
o Minor bugfixes (portability):
- Use the correct spelling of MAC_OS_X_VERSION_10_12 on configure.ac
Fixes bug 20935; bugfix on 0.2.9.6-rc.
configure.ac
View file @
ef53526b
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment