We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d7ff48 commit bd39783Copy full SHA for bd39783
meson.build
@@ -1131,7 +1131,7 @@ if not get_option('readline').disabled()
1131
error('''readline header not found
1132
If you have @0@ already installed, see meson-log/meson-log.txt for details on the
1133
failure. It is possible the compiler isn't looking in the proper directory.
1134
-Use -Dreadline=false to disable readline support.'''.format(readline_dep))
+Use -Dreadline=disabled to disable readline support.'''.format(readline_dep))
1135
endif
1136
1137
check_funcs = [
0 commit comments