Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8a575b9

Browse files
committed
Build mchar when libicu enabled
1 parent7be50a6 commit8a575b9

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)

[8]ページ先頭

©2009-2025 Movatter.jp