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 e1f37a9 commit d1c524aCopy full SHA for d1c524a
contrib/Makefile
@@ -63,7 +63,6 @@ SUBDIRS = \
63
pg_pathman \
64
shared_ispell \
65
vacuumlo \
66
- mchar \
67
fulleq \
68
fasttrun \
69
online_analyze \
@@ -106,6 +105,12 @@ else
106
105
ALWAYS_SUBDIRS += hstore_plpython ltree_plpython
107
endif
108
+ifeq ($(with_icu),yes)
109
+SUBDIRS += mchar
110
+else
111
+ALWAYS_SUBDIRS += mchar
112
+endif
113
+
114
# Missing:
115
# start-scripts \ (does not have a makefile)
116
0 commit comments