From 3b08bd18d5f0364c8dfa6f2b974799919482d512 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" Date: Thu, 31 May 2007 13:53:25 +0000 Subject: fix error message in configure.in (Eric Leblond) --- ChangeLog | 1 + configure.in | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bb159f0..396d3a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ version 0.9.4 (yet unreleased) = conntrackd = o simplify checksum code: use UDP/multicast checksum facilities o fix silly bug in build_network_message: out of bound memset +o fix error message in configure.in (Eric Leblond) = conntrack = o fix segfault with conntrack --output (Krzysztof Oledzky) diff --git a/configure.in b/configure.in index af93960..7a1445d 100644 --- a/configure.in +++ b/configure.in @@ -26,8 +26,8 @@ fi AC_CHECK_PROGS(XLEX,$LEX flex lex,none) if test "$XLEX" = "none" then - echo "*** Error: No suitable bison/yacc found. ***" - echo " Please install the 'bison' package." + echo "*** Error: No suitable flex/lex found. ***" + echo " Please install the 'flex' package." exit 1 fi -- cgit v1.2.3