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

Commitf1b6e70

Browse files
peterepull[bot]
authored andcommitted
meson: Mention the correct way to disable readline support
Using false to disable a feature option is incorrect.Author: Tristan Partin <tristan@neon.tech>Discussion:https://www.postgresql.org/message-id/flat/CSPIJVUDZFKX.3KHMOAVGF94RV%40c3po
1 parent4ff274c commitf1b6e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@ if not get_option('readline').disabled()
11311131
error('''readline header not found
11321132
If you have @0@ already installed, see meson-log/meson-log.txt for details on the
11331133
failure. It is possible the compiler isn't looking in the proper directory.
1134-
Use -Dreadline=false to disable readline support.'''.format(readline_dep))
1134+
Use -Dreadline=disabled to disable readline support.'''.format(readline_dep))
11351135
endif
11361136

11371137
check_funcs= [

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp