Kaydet (Commit) 386d7762 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Avoid pointless warning when building experimental code anyway

Change-Id: Ied9a4fb4eed0a7fda8e6b1bd03a3dbc476797587
üst 3be8c227
......@@ -2732,6 +2732,7 @@ if test "$_os" = "Darwin"; then
esac
fi
if test "$BITNESS_OVERRIDE" == ""; then
case "$with_macosx_version_min_required" in
10.4)
case "$with_macosx_sdk" in
......@@ -2748,6 +2749,7 @@ if test "$_os" = "Darwin"; then
add_warning "Building with a minimum version requirement > 10.4 breaks 10.4 compatibility. Do not use for deliverable build"
;;
esac
fi
# If no CC and CXX environment vars, try to guess where the compiler is
if test -z "$save_CC"; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment