Skip to content

Commit d1c524a

Browse files
committed
Build mchar when libicu enabled
1 parent e1f37a9 commit d1c524a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

contrib/Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ SUBDIRS = \
6363
pg_pathman \
6464
shared_ispell \
6565
vacuumlo \
66-
mchar \
6766
fulleq \
6867
fasttrun \
6968
online_analyze \
@@ -106,6 +105,12 @@ else
106105
ALWAYS_SUBDIRS += hstore_plpython ltree_plpython
107106
endif
108107

108+
ifeq ($(with_icu),yes)
109+
SUBDIRS += mchar
110+
else
111+
ALWAYS_SUBDIRS += mchar
112+
endif
113+
109114
# Missing:
110115
# start-scripts \ (does not have a makefile)
111116

0 commit comments

Comments
 (0)