opt/fcron/fcron-config.patch

20 lines
507 B
Diff
Raw Normal View History

2007-01-18 14:54:52 +01:00
diff -Nru fcron-3.0.2.orig/configure.in fcron-3.0.2/configure.in
--- fcron-3.0.2.orig/configure.in 2007-01-17 08:54:11.000000000 +0100
+++ fcron-3.0.2/configure.in 2007-01-17 08:54:23.000000000 +0100
@@ -278,13 +278,8 @@
2006-02-23 16:26:10 +01:00
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