summaryrefslogtreecommitdiff
path: root/security/aide/patches/patch-ab
blob: 32519e2f4ac6c1274a1a35aaad90beda1220b41b (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
$NetBSD: patch-ab,v 1.3 2010/08/30 22:30:27 pettai Exp $

--- configure.orig	2010-06-05 22:39:12.000000000 +0200
+++ configure	2010-08-31 00:17:06.000000000 +0200
@@ -4221,10 +4221,6 @@
 done
 test -n "$YACC" || YACC="yacc"
 
-if test "x${YACC}" != "xbison -y"; then
-        echo "AIDE requires GNU bison"
-        exit 5
-fi
 
 
 for ac_prog in flex lex
@@ -4384,10 +4380,6 @@
 rm -f conftest.l $LEX_OUTPUT_ROOT.c
 
 fi
-if test "x${LEX}" != "xflex"; then
-        echo "AIDE requires GNU flex"
-        exit 5
-fi
 for ac_prog in ld
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.