X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure.in;h=c60e80f1c799728933a899dd2011590bb85d5998;hb=f08bb043683875196136ebe3b8b628f3dbdd7ab2;hp=729a76622e6978166d47ba58a38b535441beeb5d;hpb=37bc2a48e0613d19e507e476b0e0de919f2b0a26;p=mmh diff --git a/configure.in b/configure.in index 729a766..c60e80f 100644 --- a/configure.in +++ b/configure.in @@ -356,7 +356,7 @@ AC_PATH_PROG(sendmailpath, sendmail, /usr/sbin/sendmail, [$pathtmp]) dnl Look for `vi' pathtmp=/usr/bin:/bin:/usr/ucb:/usr/local/bin -AC_PATH_PROG(vipath, vi, no, [$pathtmp]) +AC_PATH_PROG(vipath, vi, /bin/vi, [$pathtmp]) dnl If editor is not specified yet, dnl then use `vi' as the default.