summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2010-01-14 12:00:08 +0300
committerAlexander Nozdrin <alik@sun.com>2010-01-14 12:00:08 +0300
commita6165accb3279fe64b672fa0eeaa30ef12cf6557 (patch)
treeab2b90f11bcd60035fe1b57f6779dc30f9207360 /BUILD
parent50561ab0108dcb427ba0975f11dcab3e20b05612 (diff)
parent253d7f25010552a97b603ed5129e3abd5b966426 (diff)
downloadmariadb-git-a6165accb3279fe64b672fa0eeaa30ef12cf6557.tar.gz
Auto-merge from mysql-next-mr.
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/compile-dist17
1 files changed, 17 insertions, 0 deletions
diff --git a/BUILD/compile-dist b/BUILD/compile-dist
index cf6cefc0969..9fe3aaf8bb5 100755
--- a/BUILD/compile-dist
+++ b/BUILD/compile-dist
@@ -1,4 +1,20 @@
#!/bin/sh
+
+# Copyright (C) 2009 Sun Microsystems, Inc
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
#
# This script's purpose is to update the automake/autoconf helper scripts and
# to run a plain "configure" without any special compile flags. Only features
@@ -61,6 +77,7 @@ fi
# Remember that configure restricts the man pages to the configured features !
./configure \
--with-embedded-server \
+ --with-perfschema \
--with-ndbcluster
$gmake