Skip to content

Commit 8a575b9

Browse files
committed
Build mchar when libicu enabled
1 parent 7be50a6 commit 8a575b9

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
@@ -65,7 +65,6 @@ SUBDIRS = \
6565
shared_ispell \
6666
pg_hint_plan \
6767
vacuumlo \
68-
mchar \
6968
fulleq \
7069
fasttrun \
7170
online_analyze \
@@ -107,6 +106,12 @@ else
107106
ALWAYS_SUBDIRS += hstore_plpython ltree_plpython
108107
endif
109108

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

0 commit comments

Comments
 (0)