From: Paul Eggert Date: Sat, 18 Mar 2017 04:36:52 +0000 (-0700) Subject: * configure.ac: Fix typo in diagnostic. X-Git-Tag: emacs-26.0.90~551 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f17e14f785bbd544a24f978a2e756a9ca929411;p=emacs.git * configure.ac: Fix typo in diagnostic. --- 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