diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2004-07-14 17:55:10 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2004-07-14 17:55:10 +0000 |
commit | a837ed88b128cd53e6a68cc75c2b17976360683f (patch) | |
tree | dbc7c1ac23dc0aec660d7ec997b032a54f5df683 /configure | |
parent | bbcee544aa551ada483281723faa6cea3b279e84 (diff) | |
download | postgresql-a837ed88b128cd53e6a68cc75c2b17976360683f.tar.gz postgresql-a837ed88b128cd53e6a68cc75c2b17976360683f.zip |
Detect locale/encoding mismatch in initdb, or pick a suitable encoding
automatically if none was specified.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure index c7623adb894..1ad862be1d3 100755 --- a/configure +++ b/configure @@ -6989,7 +6989,8 @@ done -for ac_header in crypt.h dld.h endian.h fp_class.h getopt.h ieeefp.h poll.h pwd.h sys/ipc.h sys/poll.h sys/pstat.h sys/select.h sys/sem.h sys/socket.h sys/shm.h sys/time.h sys/un.h termios.h utime.h wchar.h wctype.h kernel/OS.h kernel/image.h SupportDefs.h + +for ac_header in crypt.h dld.h endian.h fp_class.h getopt.h ieeefp.h langinfo.h poll.h pwd.h sys/ipc.h sys/poll.h sys/pstat.h sys/select.h sys/sem.h sys/socket.h sys/shm.h sys/time.h sys/un.h termios.h utime.h wchar.h wctype.h kernel/OS.h kernel/image.h SupportDefs.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then |