summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorjoerg@mysql.com <>2005-03-29 18:55:47 +0200
committerjoerg@mysql.com <>2005-03-29 18:55:47 +0200
commit4951842842002324e76c60d4046ed976a1328ff4 (patch)
treeed9d378b59a7183b134a8a04e835b5c199a58e3d /acinclude.m4
parentc90a6c706772208b658e544b0b1732880b713d4f (diff)
downloadmariadb-git-4951842842002324e76c60d4046ed976a1328ff4.tar.gz
Post-review fix: Drop the duplicate assignment.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
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