mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
build: Fix SENDMAIL define for a PATH with spaces.
* configure.ac: Fix use of $PATH
This commit is contained in:
parent
c81f02c959
commit
77e416741a
@ -1224,7 +1224,7 @@ AC_ARG_WITH(mailprog,
|
||||
[use "NAME -t" for mail transport]),
|
||||
,with_mailprog=yes)
|
||||
if test x"$with_mailprog" = xyes ; then
|
||||
AC_PATH_PROG(SENDMAIL,sendmail,,$PATH:/usr/sbin:/usr/libexec:/usr/lib)
|
||||
AC_PATH_PROG(SENDMAIL,sendmail,,"$PATH":/usr/sbin:/usr/libexec:/usr/lib)
|
||||
elif test x"$with_mailprog" != xno ; then
|
||||
AC_MSG_CHECKING([for a mail transport program])
|
||||
AC_SUBST(SENDMAIL,$with_mailprog)
|
||||
|
Loading…
x
Reference in New Issue
Block a user