- add flex patch

This commit is contained in:
Karsten Hopp 2007-02-23 11:45:49 +00:00
parent 393dce0f7b
commit 1194453cd8

11
bc-1.06-flex.patch Normal file
View File

@ -0,0 +1,11 @@
--- bc-1.06/configure.in.flex 2007-02-23 12:12:30.000000000 +0100
+++ bc-1.06/configure.in 2007-02-23 12:12:48.000000000 +0100
@@ -68,7 +68,7 @@
])
if test "$LEX" = "flex" ; then
- LEX="flex -I8"
+ LEX="flex -I"
else
if test "$bcrl" = "y" ; then
AC_MSG_WARN(readline works only with flex.)