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

Commitd1c524a

Browse files
committed
Build mchar when libicu enabled
1 parente1f37a9 commitd1c524a

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
@@ -63,7 +63,6 @@ SUBDIRS = \
6363
pg_pathman\
6464
shared_ispell\
6565
vacuumlo\
66-
mchar\
6766
fulleq\
6867
fasttrun\
6968
online_analyze\
@@ -106,6 +105,12 @@ else
106105
ALWAYS_SUBDIRS += hstore_plpython ltree_plpython
107106
endif
108107

108+
ifeq ($(with_icu),yes)
109+
SUBDIRS += mchar
110+
else
111+
ALWAYS_SUBDIRS += mchar
112+
endif
113+
109114
# Missing:
110115
#start-scripts\ (does not have a makefile)
111116

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp