diff options
author | Alexander Nozdrin <alik@sun.com> | 2010-08-12 17:55:27 +0400 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2010-08-12 17:55:27 +0400 |
commit | 92814d6d276b2967674806967b19cf154ca413b9 (patch) | |
tree | a254f9f9ffa921f69300021067e8228b68597d29 /cmake/configure.pl | |
parent | 5f18951577bb88b4e2180a2742acf971f9fdc572 (diff) | |
parent | ad264fa28700a0ed838ab762f861dc3b8b60eadd (diff) | |
download | mariadb-git-92814d6d276b2967674806967b19cf154ca413b9.tar.gz |
Auto-merge from mysql-5.5-bugfixing.
Diffstat (limited to 'cmake/configure.pl')
-rw-r--r-- | cmake/configure.pl | 5 |
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=" . |