diff options
author | monty@hundin.mysql.fi <> | 2002-02-07 21:34:35 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-02-07 21:34:35 +0200 |
commit | d713fee16bb8f5fe1470c4436498ee1dce9a9efa (patch) | |
tree | 67009f11ad55cd9073d02909883f5369a74f101f /BUILD/compile-pentium-gcov | |
parent | 3457b6fde0ee4c08a45a2a1584522b260c444768 (diff) | |
download | mariadb-git-d713fee16bb8f5fe1470c4436498ee1dce9a9efa.tar.gz |
Update to autoconf 2.52
Fix of InnoDB variables in SHOW VARIABLES
Fix for ALTER TABLE and InnoDB
Diffstat (limited to 'BUILD/compile-pentium-gcov')
-rwxr-xr-x | BUILD/compile-pentium-gcov | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-gcov b/BUILD/compile-pentium-gcov index 6b5c432e999..873d1d0d8e8 100755 --- a/BUILD/compile-pentium-gcov +++ b/BUILD/compile-pentium-gcov @@ -4,6 +4,6 @@ path=`dirname $0` . "$path/SETUP.sh" extra_flags="$pentium_cflags -O2 -fprofile-arcs -ftest-coverage" -extra_configs="$pentium_configs $debug_configs --disable-shared" +extra_configs="$pentium_configs $debug_configs --disable-shared $static_link" . "$path/FINISH.sh" |