Skip to content

Commit 50604b0

Browse files
committed
Fix ICU condition for mchar build
1 parent 047e5a9 commit 50604b0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

contrib/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ endif
106106

107107
ifeq ($(with_icu),yes)
108108
SUBDIRS += mchar
109-
else
110-
ALWAYS_SUBDIRS += mchar
111109
endif
112110

113111
# Missing:

src/Makefile.global.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ with_libxslt = @with_libxslt@
193193
with_system_tzdata = @with_system_tzdata@
194194
with_uuid = @with_uuid@
195195
with_zlib = @with_zlib@
196+
with_icu = @with_icu@
196197
enable_rpath = @enable_rpath@
197198
enable_nls = @enable_nls@
198199
enable_debug = @enable_debug@

0 commit comments

Comments
 (0)