All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch conntrack-tools] fix error message in configure.in
@ 2007-05-31 11:39 Eric Leblond
  2007-05-31 12:51 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Leblond @ 2007-05-31 11:39 UTC (permalink / raw)
  To: netfilter-devel

[-- Attachment #1: Type: text/plain, Size: 185 bytes --]

Hi,

The following patch fixes an error message in configure.in. configure
was asking to install bison instead of flex if flex test failed.

BR,
-- 
Eric Leblond <eric@inl.fr>
INL SARL

[-- Attachment #2: conntrack-tools-flex.diff --]
[-- Type: text/x-patch, Size: 482 bytes --]

Index: configure.in
===================================================================
--- configure.in	(révision 6852)
+++ configure.in	(copie de travail)
@@ -26,8 +26,8 @@
 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
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-05-31 12:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-31 11:39 [Patch conntrack-tools] fix error message in configure.in Eric Leblond
2007-05-31 12:51 ` Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.