]> git.pld-linux.org Git - packages/fcron.git/blob - fcron-configure.patch
- new
[packages/fcron.git] / fcron-configure.patch
1 diff -urN fcron-3.0.0.org/configure.in fcron-3.0.0/configure.in
2 --- fcron-3.0.0.org/configure.in        2005-09-09 20:06:34.000000000 +0000
3 +++ fcron-3.0.0/configure.in    2006-01-23 12:54:08.489340626 +0000
4 @@ -154,13 +154,8 @@
5      ;;
6    *)
7      AC_MSG_CHECKING(sendmail)
8 -    if test -x "$withval"; then
9        AC_DEFINE_UNQUOTED(SENDMAIL, "$withval")
10        AC_MSG_RESULT($withval)
11 -    else
12 -      AC_MSG_ERROR([
13 -File $withval is not an executable file])
14 -    fi
15      ;;
16    esac ], [
17    AC_PATH_PROG(SENDMAIL, sendmail, , $PATH:/usr/lib:/usr/sbin )
This page took 0.04218 seconds and 3 git commands to generate.