1
0
forked from ports/opt
opt/fcron/fcron-3.0.0.patch
2005-11-16 17:49:04 +00:00

20 lines
507 B
Diff

diff -Nru fcron-3.0.0.orig/configure.in fcron-3.0.0/configure.in
--- fcron-3.0.0.orig/configure.in 2005-11-13 13:23:58.000000000 +0100
+++ fcron-3.0.0/configure.in 2005-11-13 13:24:25.000000000 +0100
@@ -265,13 +265,8 @@
fi
;;
*)
- if test -d "$withval"; then
- etcdir="$withval"
- AC_MSG_RESULT($withval)
- else
- AC_MSG_ERROR([
-Directory $withval does not exist])
- fi
+ etcdir="$withval"
+ AC_MSG_RESULT($withval)
;;
esac ],
if test -d "/etc"; then