summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-07-26 18:39:40 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-07-26 18:39:40 -0500
commit9675e2563ec424bdb3f8b3d659dad736f8554820 (patch)
tree4ccde07899805d8773aba8d9aa3c318d89995b52 /configure.in
parent8f4a32bd63a84ec685f7c3e6e8dbfa8f78695b03 (diff)
-verson-min-allowed _default_ to 10.4 no matter what
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 34ae7fd629ec..d69a89d59f61 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