diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-05-21 23:32:39 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-05-21 23:32:39 +0300 |
commit | 8be75a2dc5a39a92354ec4f2d6fba55420cf7120 (patch) | |
tree | 0fd310e5cf14ad8eca909d4a7f4f0790bdf16312 | |
parent | e854b7d188616ba8e13e157e921d23854d3aa06d (diff) |
Bin "Do not use for the TDF build" warning
Change-Id: I465e23dbe1d84a411c65500875a8821a116ecd2b
-rw-r--r-- | configure.ac | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac index e90b20adff21..d407a5e5b602 100644 --- a/configure.ac +++ b/configure.ac @@ -2861,20 +2861,6 @@ if test $_os = Darwin; then ;; esac ;; - 10.6) - case "$with_macosx_sdk" in - 10.6) - ;; - *) - AC_MSG_WARN([Building with a SDK > 10.6 possibly breaks 10.6 compatibility. Do not use for the TDF build]) - add_warning "Building with a SDK > 10.6 possibly breaks 10.6 compatibility. Do not use for the TDF build" - ;; - esac - ;; - *) - AC_MSG_WARN([Building with a minimum version requirement > 10.6 breaks 10.6 compatibility. Do not use for the TDF build]) - add_warning "Building with a minimum version requirement > 10.6 breaks 10.6 compatibility. Do not use for the TDF build" - ;; esac fi |