summaryrefslogtreecommitdiff
path: root/security/aide/patches/patch-ab
blob: b9d2964920d600c0ad87d272f0c62b00575ecf8e (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.2 2010/03/14 13:27:10 pettai Exp $

--- configure.orig	2006-12-15 13:56:19.000000000 +0100
+++ configure	2010-01-25 22:50:46.000000000 +0100
@@ -3489,10 +3489,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
@@ -3699,10 +3695,6 @@
 rm -f conftest.l $LEX_OUTPUT_ROOT.c
 
 fi
-if test "x${LEX}" != "xflex"; then
-        echo "AIDE requires GNU flex"
-        exit 5
-fi
 
 # Extract the first word of "pkg-config", so it can be a program name with args.
 set dummy pkg-config; ac_word=$2