configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
New commits: commit 6719c7893ba89da2a5c9f45e1c258bb758e48876 Author: Tor Lillqvist <t...@iki.fi> Date: Fri Feb 1 08:38:28 2013 +0200 Warn about 10.4 compatibility only as required for TDF builds After all, if somebody else wants to distribute builds that require something newer, they are allowed to. diff --git a/configure.ac b/configure.ac index 2c2d272..2862668 100644 --- a/configure.ac +++ b/configure.ac @@ -2608,14 +2608,14 @@ if test "$_os" = "Darwin"; then 10.4) ;; *) - AC_MSG_WARN([Building with a SDK > 10.4 possibly breaks 10.4 compatibility. Do not use for deliverable build until verified that it really works]) - add_warning "Building with a SDK > 10.4 possibly breaks 10.4 compatibility. Do not use for deliverable build until verified that it really works" + AC_MSG_WARN([Building with a SDK > 10.4 possibly breaks 10.4 compatibility. Do not use for the TDF build]) + add_warning "Building with a SDK > 10.4 possibly breaks 10.4 compatibility. Do not use for the TDF build" ;; esac ;; *) - AC_MSG_WARN([Building with a minimum version requirement > 10.4 breaks 10.4 compatibility. Do not use for deliverable build]) - add_warning "Building with a minimum version requirement > 10.4 breaks 10.4 compatibility. Do not use for deliverable build" + AC_MSG_WARN([Building with a minimum version requirement > 10.4 breaks 10.4 compatibility. Do not use for the TDF build]) + add_warning "Building with a minimum version requirement > 10.4 breaks 10.4 compatibility. Do not use for the TDF build" ;; esac fi _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits