fix should have been mac only
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
6
configure
vendored
6
configure
vendored
@@ -17704,8 +17704,10 @@ echo "$as_me: WARNING: Could not determine deployment target from SDKSettings.pl
|
|||||||
wxUSE_MACOSX_VERSION_MIN=
|
wxUSE_MACOSX_VERSION_MIN=
|
||||||
fi
|
fi
|
||||||
elif test "x$wxUSE_MACOSX_VERSION_MIN" == "x"; then
|
elif test "x$wxUSE_MACOSX_VERSION_MIN" == "x"; then
|
||||||
# otherwise configure stops on leopard for universal_binary
|
if test "$wxUSE_MAC" = 1; then
|
||||||
wxUSE_MACOSX_VERSION_MIN=10.4
|
# otherwise configure stops on leopard for universal_binary
|
||||||
|
wxUSE_MACOSX_VERSION_MIN=10.4
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "x$wxUSE_MACOSX_VERSION_MIN" != "x"; then
|
if test "x$wxUSE_MACOSX_VERSION_MIN" != "x"; then
|
||||||
|
@@ -1188,9 +1188,11 @@ dnl We need to quote the next line where we don't need macros and do need [] in
|
|||||||
else
|
else
|
||||||
wxUSE_MACOSX_VERSION_MIN=
|
wxUSE_MACOSX_VERSION_MIN=
|
||||||
fi
|
fi
|
||||||
elif test "x$wxUSE_MACOSX_VERSION_MIN" == "x"; then
|
elif test "x$wxUSE_MACOSX_VERSION_MIN" = "x"; then
|
||||||
# otherwise configure stops on leopard for universal_binary
|
if test "$wxUSE_MAC" = 1; then
|
||||||
wxUSE_MACOSX_VERSION_MIN=10.4
|
# otherwise configure stops on leopard for universal_binary
|
||||||
|
wxUSE_MACOSX_VERSION_MIN=10.4
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "x$wxUSE_MACOSX_VERSION_MIN" != "x"; then
|
if test "x$wxUSE_MACOSX_VERSION_MIN" != "x"; then
|
||||||
|
Reference in New Issue
Block a user