summaryrefslogtreecommitdiff
path: root/security/aide/patches/patch-ab
blob: 46fc5f245277b89e1c43cda0ab2a6248793bd6d5 (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
$NetBSD: patch-ab,v 1.1 2005/05/23 21:24:17 jlam Exp $

--- configure.orig	2003-11-28 10:14:08.000000000 -0500
+++ configure
@@ -1164,11 +1164,6 @@ test -n "$YACC" && break
 done
 test -n "$YACC" || YACC="yacc"
 
-if test "x${YACC}" != "xbison -y"; then
-        echo "AIDE requires GNU bison"
-        exit 5
-fi
-
 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
 echo "configure:1174: checking how to run the C preprocessor" >&5
 # On Suns, sometimes $CPP names a directory.
@@ -1425,11 +1420,6 @@ EOF
 
 fi
 
-if test "x${LEX}" != "xflex"; then
-        echo "AIDE requires GNU flex"
-        exit 5
-fi
-