We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be50a6 commit 8a575b9Copy full SHA for 8a575b9
contrib/Makefile
@@ -65,7 +65,6 @@ SUBDIRS = \
65
shared_ispell \
66
pg_hint_plan \
67
vacuumlo \
68
- mchar \
69
fulleq \
70
fasttrun \
71
online_analyze \
@@ -107,6 +106,12 @@ else
107
106
ALWAYS_SUBDIRS += hstore_plpython ltree_plpython
108
endif
109
+ifeq ($(with_icu),yes)
110
+SUBDIRS += mchar
111
+else
112
+ALWAYS_SUBDIRS += mchar
113
+endif
114
+
115
# Missing:
116
# start-scripts \ (does not have a makefile)
117
0 commit comments