1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-21 16:02:15 +03:00
Reported-by: Junwang Zhao <zhjwpku@gmail.com>
This commit is contained in:
Peter Eisentraut
2023-12-14 09:48:24 +01:00
parent 741fb0056e
commit 0e917508b8

View File

@ -1139,7 +1139,7 @@ if not get_option('readline').disabled()
if not at_least_one_header_found if not at_least_one_header_found
error('''readline header not found error('''readline header not found
If you have @0@ already installed, see meson-log/meson-log.txt for details on the If you have @0@ already installed, see meson-logs/meson-log.txt for details on the
failure. It is possible the compiler isn't looking in the proper directory. failure. It is possible the compiler isn't looking in the proper directory.
Use -Dreadline=disabled to disable readline support.'''.format(readline_dep)) Use -Dreadline=disabled to disable readline support.'''.format(readline_dep))
endif endif