[Libreoffice-commits] .: configure.in
Tor Lillqvist
tml at kemper.freedesktop.org
Sun Aug 12 21:16:34 PDT 2012
configure.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 2a787251b24f93aa3998fb64afd1aa70096691f9
Author: Tor Lillqvist <tml at iki.fi>
Date: Mon Aug 13 07:05:53 2012 +0300
Fir a couple of typos, thanks to James Chen for noticing
Change-Id: I56740934ec0fc488ec30a15de8b016466722793e
diff --git a/configure.in b/configure.in
index e060457..2fd333e 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
More information about the Libreoffice-commits
mailing list