20 lines
507 B
Diff
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
|