projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
741fb00
)
Fix typo
author
Peter Eisentraut
<
[email protected]
>
Thu, 14 Dec 2023 08:48:24 +0000
(09:48 +0100)
committer
Peter Eisentraut
<
[email protected]
>
Thu, 14 Dec 2023 08:48:24 +0000
(09:48 +0100)
Reported-by: Junwang Zhao <
[email protected]
>
meson.build
patch
|
blob
|
blame
|
history
diff --git
a/meson.build
b/meson.build
index 52c2a37c41dead006ecf343b6a88d84627ecedb7..d3771690f0c4a2f4a33552abdb0db1b7fc25f5f5 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-1139,7
+1139,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-log
s
/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