X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/4b9b77a694af5a5114e70a7248bea8b7d21c3685..49e57291d78de2b583d6f2197ae6f9d9ff05e456:/configure.ac diff --git a/configure.ac b/configure.ac index 3459400..18380c0 100644 --- a/configure.ac +++ b/configure.ac @@ -221,6 +221,8 @@ missing_functions="" AC_DEFINE(_GNU_SOURCE, 1, [required for e.g. strsignal]) +AC_PATH_PROG([SENDMAIL],[sendmail],[none],[$PATH:/usr/sbin:/usr/lib]) + # Macs might have libraries under fink's root AC_PATH_PROG([FINK],[fink],[none],[$PATH:/sw/bin]) if test "x$FINK" != xnone; then