From c37859049d41ee87f8a49691a464c9d480320e48 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Wed, 16 Dec 1998 10:29:54 +0000 Subject: [PATCH] Make the sendmail check compatible with newer autoconf versions. Noted by Lars Hecking. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 61184826..ad50dd63 100644 --- a/configure.in +++ b/configure.in @@ -30,7 +30,7 @@ case "$host" in ;; esac -AC_PATH_PROG(SENDMAIL, sendmail, no, `echo $PATH | sed "s/:/ /"` /usr/sbin /usr/lib) +AC_PATH_PROG(SENDMAIL, sendmail, no, $PATH:/usr/sbin:/usr/lib) AC_DEFINE_UNQUOTED(SENDMAIL, "$ac_cv_path_SENDMAIL") OPS='$(srcdir)/OPS' -- 2.40.0