]> git.pld-linux.org Git - packages/fcron.git/blob - fcron-sendmail.patch
- restore sendmail configure fix
[packages/fcron.git] / fcron-sendmail.patch
1 --- fcron-3.1.2/configure.in~   2013-03-03 20:58:38.000000000 +0100
2 +++ fcron-3.1.2/configure.in    2014-01-29 00:18:37.531302060 +0100
3 @@ -198,14 +198,7 @@
4    AC_MSG_WARN([Without sendmail you will not get the output of the jobs by mail])
5  elif test -n "$SENDMAIL" ; then
6    dnl The user defined a sendmail program to use:
7 -  if test ! -x "$SENDMAIL" ; then
8 -    dnl ... but it is not an executable file!
9 -    AC_MSG_RESULT([$SENDMAIL])
10 -    AC_MSG_ERROR([File $SENDMAIL is not an executable file])
11 -  else
12 -    dnl ... and it is valid
13 -    AC_MSG_RESULT([$SENDMAIL])
14 -  fi
15 +  AC_MSG_RESULT([$SENDMAIL])
16  elif test -z "$FOUND_SENDMAIL" ; then
17    dnl The user didn't defined a program to use, and we didn't find one automatically
18    AC_MSG_RESULT([not found])
This page took 0.027136 seconds and 3 git commands to generate.