From 6f17e14f785bbd544a24f978a2e756a9ca929411 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 17 Mar 2017 21:36:52 -0700 Subject: [PATCH] * configure.ac: Fix typo in diagnostic. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4a6f32f7536..b922dc473d6 100644 --- a/configure.ac +++ b/configure.ac @@ -235,7 +235,7 @@ AC_DEFUN([OPTION_DEFAULT_ON], [dnl OPTION_DEFAULT_OFF([mailutils], [rely on GNU Mailutils being installed; this makes the options - --without-pop through --with-mailhost irrelevant)]) + --without-pop through --with-mailhost irrelevant]) if test "$with_mailutils" = no; then with_mailutils= fi -- 2.11.4.GIT