commit 579967a7e7d3682ab1c7c76fa9edde03183efd76
parent 994da65297ed25c12db217544307202914e1fc81
Author: Michael Rasmussen <mir@datanom.net>
Date: Thu, 21 Sep 2023 00:34:39 +0200
Missed removing comment ,dnl disabled by default'
Signed-off-by: Michael Rasmussen <mir@datanom.net>
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -1152,9 +1152,8 @@ AC_ARG_ENABLE(libravatar-plugin,
[ --disable-libravatar-plugin Do not build libravatar plugin],
[enable_libravatar_plugin=$enableval], [enable_libravatar_plugin=auto])
-dnl disabled by default
AC_ARG_ENABLE(litehtml_viewer-plugin,
- [ --disable-litehtml_viewer-plugin Do not Build litehtml_viewer plugin],
+ [ --disable-litehtml_viewer-plugin Do not build litehtml_viewer plugin],
[enable_litehtml_viewer_plugin=$enableval], [enable_litehtml_viewer_plugin=auto])
AC_ARG_ENABLE(mailmbox-plugin,