diff options
| author | Peter Eisentraut | 2002-04-03 05:39:33 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2002-04-03 05:39:33 +0000 |
| commit | 867901db9efbdae05270931daeb92042dc285710 (patch) | |
| tree | 3a6541fd7908d5ca085d86fae60827efd8a4c847 /configure.in | |
| parent | 3d7755c8e939ab9e8315fea297ee6aadcd6ad656 (diff) | |
Locale support is on by default. The choice of locale is done in initdb
and/or with GUC variables.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/configure.in b/configure.in index 1d5a3703f9c..7fbf76e32b4 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Header: /cvsroot/pgsql/configure.in,v 1.174 2002/04/01 01:11:00 tgl Exp $ +dnl $Header: /cvsroot/pgsql/configure.in,v 1.175 2002/04/03 05:39:27 petere Exp $ dnl Developers, please strive to achieve this order: dnl @@ -141,16 +141,6 @@ PGAC_ARG_REQ(with, libs, [ --with-libs=DIRS alternative spelling of # -# Locale (--enable-locale) -# -AC_MSG_CHECKING([whether to build with locale support]) -PGAC_ARG_BOOL(enable, locale, no, [ --enable-locale enable locale support], - [AC_DEFINE([USE_LOCALE], 1, - [Set to 1 if you want LOCALE support (--enable-locale)])]) -AC_MSG_RESULT([$enable_locale]) - - -# # Character set recode (--enable-recode) # AC_MSG_CHECKING([whether to build with recode support]) |
