]> git.marmaro.de Git - mmh/blobdiff - configure.in
Fix the AC_PATH_PROG default when vi isn't found during build.
[mmh] / configure.in
index 729a76622e6978166d47ba58a38b535441beeb5d..c60e80f1c799728933a899dd2011590bb85d5998 100644 (file)
@@ -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.