summaryrefslogtreecommitdiff
path: root/cmake/configure.pl
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2010-08-12 17:55:27 +0400
committerAlexander Nozdrin <alik@sun.com>2010-08-12 17:55:27 +0400
commit92814d6d276b2967674806967b19cf154ca413b9 (patch)
treea254f9f9ffa921f69300021067e8228b68597d29 /cmake/configure.pl
parent5f18951577bb88b4e2180a2742acf971f9fdc572 (diff)
parentad264fa28700a0ed838ab762f861dc3b8b60eadd (diff)
downloadmariadb-git-92814d6d276b2967674806967b19cf154ca413b9.tar.gz
Auto-merge from mysql-5.5-bugfixing.
Diffstat (limited to 'cmake/configure.pl')
-rw-r--r--cmake/configure.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmake/configure.pl b/cmake/configure.pl
index 5be47ce5a31..1dc8080810c 100644
--- a/cmake/configure.pl
+++ b/cmake/configure.pl
@@ -179,11 +179,6 @@ foreach my $option (@ARGV)
$cmakeargs = $cmakeargs." -DMYSQL_DATADIR=".substr($option,14);
next;
}
- if ($option =~ /with-debug=full/)
- {
- $cmakeargs = $cmakeargs." -DWITH_DEBUG_FULL=1";
- next;
- }
if ($option =~ /mysql-maintainer-mode/)
{
$cmakeargs = $cmakeargs." -DMYSQL_MAINTAINER_MODE=" .