summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1995-04-13 17:56:21 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1995-04-13 17:56:21 +0000
commit1a5465b6d899fa12338950ecd634264b27d689c2 (patch)
tree8ab47ffd19817dfa96982350caa08d20c1ddfe9d /aclocal.m4
parent63152b8f1476d1c7089dbe6e726af2c41dee3fc4 (diff)
downloadsudo-1a5465b6d899fa12338950ecd634264b27d689c2.tar.gz
sendmail is now looked for in /usr/ucblib
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index b319bfd16..0624b57e3 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -15,6 +15,9 @@ elif test -f "/usr/lib/sendmail"; then
elif test -f "/usr/etc/sendmail"; then
AC_MSG_RESULT(/usr/etc/sendmail)
AC_DEFINE(_SUDO_PATH_SENDMAIL, "/usr/etc/sendmail")
+elif test -f "/usr/ucblib/sendmail"; then
+ AC_MSG_RESULT(/usr/ucblib/sendmail)
+ AC_DEFINE(_SUDO_PATH_SENDMAIL, "/usr/ucblib/sendmail")
elif test -f "/usr/local/lib/sendmail"; then
AC_MSG_RESULT(/usr/local/lib/sendmail)
AC_DEFINE(_SUDO_PATH_SENDMAIL, "/usr/local/lib/sendmail")