summaryrefslogtreecommitdiff
path: root/BUILD/SETUP.sh
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2010-09-12 18:40:01 +0200
committerSergei Golubchik <sergii@pisem.net>2010-09-12 18:40:01 +0200
commite246077bcf5fc22a381ee8591a441eb345a4a2af (patch)
tree0c1a6ec6c3f3ab37645d71f9b0dae45e2083f543 /BUILD/SETUP.sh
parentfa5baa12bcd1d1a152d358f2bb8e1f6e17590d46 (diff)
downloadmariadb-git-e246077bcf5fc22a381ee8591a441eb345a4a2af.tar.gz
rename maria to aria
Diffstat (limited to 'BUILD/SETUP.sh')
-rwxr-xr-xBUILD/SETUP.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh
index 7f3784143a5..2028db94eed 100755
--- a/BUILD/SETUP.sh
+++ b/BUILD/SETUP.sh
@@ -163,7 +163,7 @@ base_configs="--prefix=$prefix --enable-assembler "
base_configs="$base_configs --with-extra-charsets=complex "
base_configs="$base_configs --enable-thread-safe-client "
base_configs="$base_configs --with-big-tables"
-base_configs="$base_configs --with-plugin-maria --with-maria-tmp-tables --without-plugin-innodb_plugin"
+base_configs="$base_configs --with-plugin-aria --with-aria-tmp-tables --without-plugin-innodb_plugin"
# Compile our client programs with static libraries to allow them to be moved
base_configs="$base_configs --with-mysqld-ldflags=-static --with-client-ldflags=-static"