]> granicus.if.org Git - mutt/commitdiff
Fix a quoting sloppiness. Noted by Vincent Lefevre.
authorLars Hecking <lhecking@users.sourceforge.net>
Wed, 24 Jul 2002 09:37:18 +0000 (09:37 +0000)
committerLars Hecking <lhecking@users.sourceforge.net>
Wed, 24 Jul 2002 09:37:18 +0000 (09:37 +0000)
configure.in

index f774592fdae4c44f1bcd1edf2542ced280a42384..31510e3062070a287544ccaad3a38bb86f90d3d2 100644 (file)
@@ -372,7 +372,7 @@ else
                                 mutt_cv_mailpath=/usr/mail
                         fi])
                 ])
-        if test $mutt_cv_mailpath = no; then
+        if test "$mutt_cv_mailpath" = no; then
                 AC_MSG_ERROR("Could not determine where new mail is stored.")
         fi
         AC_DEFINE_UNQUOTED(MAILPATH,"$mutt_cv_mailpath",[ Where new mail is spooled. ])