From c71bd7e1d09607f289a9abe21b9ad7a5cc0fa570 Mon Sep 17 00:00:00 2001 From: Joerg Bruehe Date: Mon, 15 Mar 2010 18:15:10 +0100 Subject: This is a temporary hack to build 5.5.3-m3: The "cmake" way still shows issues in our release build environment. Block it temporarily, but in a way that can easily be undone. This change is to be reverted once the problems are solved. BUILD/choose_configure.sh: Easiest way: Preset "HAVE_CMAKE=no" --- BUILD/choose_configure.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'BUILD') diff --git a/BUILD/choose_configure.sh b/BUILD/choose_configure.sh index 476b8b51657..df1fdf0a55b 100644 --- a/BUILD/choose_configure.sh +++ b/BUILD/choose_configure.sh @@ -2,6 +2,11 @@ # Choose whether to use autoconf created configure # of perl script that calls cmake. +# This is a temporary hack to build 5.5.3-m3: +# The "cmake" way still shows issues in our release build environment. +# Block it temporarily, but in a way that can easily be undone. +HAVE_CMAKE=no + # Ensure cmake and perl are there cmake -P cmake/check_minimal_version.cmake >/dev/null 2>&1 || HAVE_CMAKE=no perl --version >/dev/null 2>&1 || HAVE_CMAKE=no -- cgit v1.2.1