From ddba5bf01aee30dc3a1adc6e7f06f35983fc1fa8 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Fri, 14 Jan 2022 17:11:08 +0200 Subject: [PATCH] meson.build: cosmetic --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 6bb0ee91..ce6d6b37 100644 --- a/meson.build +++ b/meson.build @@ -136,7 +136,7 @@ if not makeinfo.found() endif # readline. annoyingly, macos has an incompatible libedit claiming to be -# readline. this only a dev/debug convenience for the mu4e repl. +# readline. this is only a dev/debug convenience for the mu4e repl. readline_dep=[] if get_option('readline').enabled() readline_dep = dependency('readline', version:'>= 8.0')