[Libreoffice-commits] .: configure.in
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Tue Jul 26 16:39:48 PDT 2011
configure.in | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
New commits:
commit a6ab5f145a53493aea57b7d7c4dddc01628bd11f
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Tue Jul 26 18:39:40 2011 -0500
-verson-min-allowed _default_ to 10.4 no matter what
diff --git a/configure.in b/configure.in
index 34ae7fd..d69a89d 100755
--- a/configure.in
+++ b/configure.in
@@ -1705,11 +1705,7 @@ dnl ===================================================================
if test "$_os" = "Darwin" ; then
if test "$with_macosx_version_min_required" = "" ; then
- if test "$with_macosx_version_max_allowed" = "" ; then
- with_macosx_version_min_required="10.4"
- else
- with_macosx_version_min_required="$with_macosx_version_max_allowed"
- fi
+ with_macosx_version_min_required="10.4"
fi
if test "$with_macosx_version_max_allowed" = "" ; then
More information about the Libreoffice-commits
mailing list