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')