diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-08-13 07:05:53 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-08-13 07:09:18 +0300 |
commit | 2a787251b24f93aa3998fb64afd1aa70096691f9 (patch) | |
tree | ebf3c65326e7213b1330879fa8dfcf33920be338 /configure.in | |
parent | 6050dad25fb34d6c7bf4feb0d850e9277d92c91e (diff) |
Fir a couple of typos, thanks to James Chen for noticing
Change-Id: I56740934ec0fc488ec30a15de8b016466722793e
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index e0604571e36b..2fd333e458ac 100644 --- a/configure.in +++ b/configure.in @@ -2472,7 +2472,7 @@ dnl Check / find MacOSX SDK and compiler, version checks dnl =================================================================== if test "$_os" = "Darwin"; then - # If no --with-macox-sdk option is given, first look for the 10.4u + # If no --with-macosx-sdk option is given, first look for the 10.4u # SDK (which is distributed with the obsolete Xcode 3), then the # 10.6, 10.7 and 10.8 SDKs, in that order. (Don't bother looking # for the 10.5 SDK, unlikely somebody would have that but not @@ -2513,7 +2513,7 @@ if test "$_os" = "Darwin"; then with_macosx_sdk=10.8 fi fi - if test -z "with_$macosx_sdk"; then + if test -z "$with_macosx_sdk"; then AC_MSG_ERROR([Could not figure out the location of a Mac OS X SDK and its version]) fi fi |