Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f5159c7

Browse files
committed
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 parent 45c88ee commit f5159c7

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)