Skip to content

Commit 8da3162

Browse files
committed
Fix multibyte support
1 parent beba98d commit 8da3162

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Makefile.global.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.63 2000/01/15 18:30:28 petere Exp $
10+
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.64 2000/01/18 03:01:40 ishii Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -160,6 +160,9 @@ X11_LIBS= -lX11 @X_EXTRA_LIBS@
160160

161161
# flag whether multibyte is on/off
162162
MULTIBYTE=@MULTIBYTE@
163+
ifdef MULTIBYTE
164+
MBFLAGS = -DMULTIBYTE
165+
endif
163166

164167
##############################################################################
165168
#

0 commit comments

Comments
 (0)