]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac: Fix typo in diagnostic.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Mar 2017 04:36:52 +0000 (21:36 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Mar 2017 04:37:10 +0000 (21:37 -0700)
configure.ac

index 4a6f32f7536e8d9a90b761bea90788b5e9f2c155..b922dc473d6cb5e6141382b7b5f6dc1438df18ab 100644 (file)
@@ -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