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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy