From 8f6b96de9a09f10b726b87a484ece7240de7beb1 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 16 Sep 2002 15:08:53 +0000
Subject: [PATCH] Add mention of removed -enable-multibyte/locale in HISTORY.

---
 HISTORY | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/HISTORY b/HISTORY
index b0a5e2cf86..f56eb2d9a0 100644
--- a/HISTORY
+++ b/HISTORY
@@ -386,6 +386,8 @@ Require readline and zlib by default in configure (Peter)
 Allow Solaris to use Intimate Shared Memory (ISM), for performance
   (Scott Brunza, P.J. Josh Rovero)
 Always enable syslog in compile, remove --enable-syslog option (Tatsuo)
+Always enable multibyte in compile, remove --enable-multibyte option (Tatsuo)
+Always enable locale in compile, remove --enable-locale option (Tatsuo)
 Fix for Win9x DLL creation (Magnus Naeslund)
 Fix for link() usage by WAL code on Win32, Netware, BeOS (Jason Tishler)
 Add sys/types.h to c.h, remove from main files (Peter, Bruce)