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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
# Autofoo of this package is just insane, need to rewrite it someday.
--- configure.in.old 2008-06-15 21:27:45.000000000 +0200
+++ configure.in 2008-06-15 21:34:45.000000000 +0200
@@ -120,7 +120,7 @@
[
want_croco=yes
CROCO_FLAGS="-DENABLE_CROCO $CROCO_CFLAGS"
- LDFLAGS="$LDFLAGS $want_croco_path"
+ #LDFLAGS="$LDFLAGS $want_croco_path"
],
[
want_croco=no
@@ -151,6 +151,7 @@
[
if test "x$withval" = "xno"; then
AC_MSG_RESULT([not requested])
+ want_tidy=no
elif test "x$withval" = "xyes" -o -d "$withval"; then
want_tidy=yes
want_tidy_path=$withval
@@ -178,7 +179,7 @@
have_tidy=yes
TIDY_FLAGS="$TIDY_FLAGS -DHAVE_TIDY_H_IN_SUBDIR -DENABLE_TIDY"
TIDY_LIBS="-ltidy"
- LDFLAGS="$LDFLAGS $want_tidy_path"
+ #LDFLAGS="$LDFLAGS $want_tidy_path"
],
[have_tidy=no]
)
@@ -211,6 +212,7 @@
[
if test "x$withval" = "xno"; then
AC_MSG_RESULT([not requested])
+ want_clamav=no
elif test "x$withval" = "xyes" -o -d "$withval"; then
want_clamav=yes
want_clamav_path=$withval
@@ -238,7 +240,7 @@
have_clamav=yes
CLAMAV_FLAGS="$CLAMAV_FLAGS -DENABLE_CLAMAV"
CLAMAV_LIBS="-lclamav"
- LDFLAGS="$LDFLAGS $want_clamav_path"
+ #LDFLAGS="$LDFLAGS $want_clamav_path"
],
[have_clamav=no]
)
@@ -298,7 +300,7 @@
have_clamav=yes
GNUTLS_FLAGS="$GNUTLS_FLAGS -DENABLE_GNUTLS"
GNUTLS_LIBS="-lgnutls"
- LDFLAGS="$LDFLAGS $want_gnutls_path"
+ #LDFLAGS="$LDFLAGS $want_gnutls_path"
],
[
have_clamav=yes
|