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 047e5a9 commit 50604b0Copy full SHA for 50604b0
contrib/Makefile
@@ -106,8 +106,6 @@ endif
106
107
ifeq ($(with_icu),yes)
108
SUBDIRS += mchar
109
-else
110
-ALWAYS_SUBDIRS += mchar
111
endif
112
113
# Missing:
src/Makefile.global.in
@@ -193,6 +193,7 @@ with_libxslt = @with_libxslt@
193
with_system_tzdata = @with_system_tzdata@
194
with_uuid = @with_uuid@
195
with_zlib = @with_zlib@
196
+with_icu = @with_icu@
197
enable_rpath = @enable_rpath@
198
enable_nls = @enable_nls@
199
enable_debug = @enable_debug@
0 commit comments