aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2023-12-14 09:48:24 +0100
committerPeter Eisentraut <peter@eisentraut.org>2023-12-14 09:49:15 +0100
commit8ae87728c583eb05714bd01430945fb7c7a74a7c (patch)
tree1934cb25e3b0b8c9289f71404a4a3e14fa791ebe
parent0e2c05af90ee51f87564e37abdd1df1a8f554064 (diff)
downloadpostgresql-8ae87728c583eb05714bd01430945fb7c7a74a7c.tar.gz
postgresql-8ae87728c583eb05714bd01430945fb7c7a74a7c.zip
Fix typo
Reported-by: Junwang Zhao <zhjwpku@gmail.com>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index eaa03d686d1..2145705da48 100644
--- a/meson.build
+++ b/meson.build
@@ -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