From 1a960df7ab2795125165763bb836e8ab1de4c179 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 29 Mar 2005 18:55:47 +0200 Subject: [PATCH] Post-review fix: Drop the duplicate assignment. --- acinclude.m4 | 2 -- 1 file changed, 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