diff options
author | joerg@mysql.com <> | 2005-03-29 18:55:47 +0200 |
---|---|---|
committer | joerg@mysql.com <> | 2005-03-29 18:55:47 +0200 |
commit | 4951842842002324e76c60d4046ed976a1328ff4 (patch) | |
tree | ed9d378b59a7183b134a8a04e835b5c199a58e3d /acinclude.m4 | |
parent | c90a6c706772208b658e544b0b1732880b713d4f (diff) | |
download | mariadb-git-4951842842002324e76c60d4046ed976a1328ff4.tar.gz |
Post-review fix: Drop the duplicate assignment.
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 9c7557cdf11..f36940670a6 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -884,11 +884,9 @@ AC_DEFUN([MYSQL_CHECK_BIG_TABLES], [ yes ) AC_DEFINE([BIG_TABLES], [1], [Support big tables]) AC_MSG_RESULT([yes]) - [bigtables=yes] ;; * ) AC_MSG_RESULT([no]) - [bigtables=no] ;; esac |