Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d4aab2c

Browse files
committed
Revert back Makefile.global
Add check for --with-mb. It is now obsoleted.
1 parent 8ff9f85 commit d4aab2c

File tree

3 files changed

+428
-414
lines changed

3 files changed

+428
-414
lines changed

src/Makefile.global.in

Lines changed: 1 addition & 4 deletions
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.64 2000/01/18 03:01:40 ishii Exp $
10+
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.65 2000/01/19 01:42:12 ishii Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -160,9 +160,6 @@ 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
166163

167164
##############################################################################
168165
#

0 commit comments

Comments
 (0)