summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-12-16 10:29:54 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-12-16 10:29:54 +0000
commitc37859049d41ee87f8a49691a464c9d480320e48 (patch)
treed84ccdc8616ecc97ef8bb807228b33d54cc8eab0 /configure.in
parent776c52423d2445b091dce9d8071e304745d36bfa (diff)
Make the sendmail check compatible with newer autoconf versions.
Noted by Lars Hecking.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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'