From: Arkadiusz Miƛkiewicz Date: Mon, 23 Jan 2006 12:56:36 +0000 (+0000) Subject: - new X-Git-Tag: auto/ac/fcron-3_0_0-2~1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=3027db8839752f299c963975e33e50a5c1cba167;p=packages%2Ffcron.git - new Changed files: fcron-configure.patch -> 1.1 --- diff --git a/fcron-configure.patch b/fcron-configure.patch new file mode 100644 index 0000000..d09c141 --- /dev/null +++ b/fcron-configure.patch @@ -0,0 +1,17 @@ +diff -urN fcron-3.0.0.org/configure.in fcron-3.0.0/configure.in +--- fcron-3.0.0.org/configure.in 2005-09-09 20:06:34.000000000 +0000 ++++ fcron-3.0.0/configure.in 2006-01-23 12:54:08.489340626 +0000 +@@ -154,13 +154,8 @@ + ;; + *) + AC_MSG_CHECKING(sendmail) +- if test -x "$withval"; then + AC_DEFINE_UNQUOTED(SENDMAIL, "$withval") + AC_MSG_RESULT($withval) +- else +- AC_MSG_ERROR([ +-File $withval is not an executable file]) +- fi + ;; + esac ], [ + AC_PATH_PROG(SENDMAIL, sendmail, , $PATH:/usr/lib:/usr/sbin )