mirror of
https://github.com/postgres/postgres.git
synced 2026-03-06 07:15:44 -05:00
Fix typo
Reported-by: Junwang Zhao <zhjwpku@gmail.com>
This commit is contained in:
parent
0e2c05af90
commit
8ae87728c5
1 changed files with 1 additions and 1 deletions
|
|
@ -1131,7 +1131,7 @@ if not get_option('readline').disabled()
|
|||
|
||||
if not at_least_one_header_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.
|
||||
Use -Dreadline=disabled to disable readline support.'''.format(readline_dep))
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue