summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorunknown <joerg@mysql.com>2005-03-29 18:55:47 +0200
committerunknown <joerg@mysql.com>2005-03-29 18:55:47 +0200
commit1a960df7ab2795125165763bb836e8ab1de4c179 (patch)
treeed9d378b59a7183b134a8a04e835b5c199a58e3d /acinclude.m4
parent34cebb7176b9aa8f30aa31766b9b1b3d26767b14 (diff)
downloadmariadb-git-1a960df7ab2795125165763bb836e8ab1de4c179.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