]> granicus.if.org Git - postgresql/commitdiff
Fix multibyte support
authorTatsuo Ishii <ishii@postgresql.org>
Tue, 18 Jan 2000 03:01:40 +0000 (03:01 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Tue, 18 Jan 2000 03:01:40 +0000 (03:01 +0000)
src/Makefile.global.in

index 628f206cc51ee1692f8f0f5e2094c00bb3529e90..af44fc4067b2cc7e59995d569e30b38b5fbe47be 100644 (file)
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.63 2000/01/15 18:30:28 petere Exp $
+#    $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.64 2000/01/18 03:01:40 ishii Exp $
 #
 # NOTES
 #    Essentially all Postgres make files include this file and use the
@@ -160,6 +160,9 @@ X11_LIBS= -lX11 @X_EXTRA_LIBS@
 
 # flag whether multibyte is on/off
 MULTIBYTE=@MULTIBYTE@
+ifdef MULTIBYTE
+MBFLAGS = -DMULTIBYTE
+endif
 
 ##############################################################################
 #