blob: b2c9ed983f1e04a9a0ab97174257c6f84cc5b57a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
--- configure.in.orig 2005-09-25 03:51:51.000000000 -0400
+++ configure.in 2005-09-25 03:55:50.000000000 -0400
@@ -265,13 +265,7 @@
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
@@ -795,7 +789,7 @@
[ --with-debug=CFLAGS Use default debug flags or CFLAGS if given to compile fcron in debug mode.],
[ case "$withval" in
no)
- cflags="-O2 -Wall"
+ cflags="-Wall"
debug="0"
;;
yes)
@@ -808,7 +802,7 @@
debug="1"
;;
esac ],
- cflags="-O2 -Wall"
+ cflags=""
debug="0"
)
DEBUG=$debug
|