diff options
Diffstat (limited to 'sys-apps/fcron/files/2.9.4-braindead-configure-check.patch')
-rw-r--r-- | sys-apps/fcron/files/2.9.4-braindead-configure-check.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-apps/fcron/files/2.9.4-braindead-configure-check.patch b/sys-apps/fcron/files/2.9.4-braindead-configure-check.patch new file mode 100644 index 000000000000..f12273022f72 --- /dev/null +++ b/sys-apps/fcron/files/2.9.4-braindead-configure-check.patch @@ -0,0 +1,16 @@ +--- configure.in.orig 2004-04-18 18:14:37.944027760 -0400 ++++ configure.in 2004-04-18 18:14:57.447062848 -0400 +@@ -254,13 +254,8 @@ + fi + ;; + *) +- if test -d "$withval"; then + etcdir="$withval" + AC_MSG_RESULT($withval) +- else +- AC_MSG_ERROR([ +-Directory $withval does not exist]) +- fi + ;; + esac ], + if test -d "/etc"; then |