summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorVladislav Vaintroub <vvaintroub@mysql.com>2010-04-19 13:05:07 +0200
committerVladislav Vaintroub <vvaintroub@mysql.com>2010-04-19 13:05:07 +0200
commit7714d4e2b11899c10fe94601d93c21543c7dffea (patch)
tree1fe76020fad2750fe806460931ffab745d2f44fb /BUILD
parent61aae51180645fbd0129c913501e0566ece9883a (diff)
downloadmariadb-git-7714d4e2b11899c10fe94601d93c21543c7dffea.tar.gz
Remove confusing comment
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD/choose_configure.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/BUILD/choose_configure.sh b/BUILD/choose_configure.sh
index e76e09d10b0..80423205274 100644
--- a/BUILD/choose_configure.sh
+++ b/BUILD/choose_configure.sh
@@ -2,11 +2,6 @@
# 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