summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure b/configure
index 64177c21..0c60f899 100755
--- a/configure
+++ b/configure
@@ -90,7 +90,6 @@ intptr=
exe=
tool_prefix=
lex='$(cross)$(tool_prefix)flex'
-lexlib=-lfl
yaccname_given=
yaccname=
yacc='$(cross)$(tool_prefix)$(yaccname)'
@@ -320,10 +319,6 @@ lex [$lex]
Specifies the program to use for compiling lex scanners to C.
This must be compatible with GNU flex, since flex extensions are used.
-lexlib [$lexlib]
-
- Specifies the linker flag to use for linking the lex library.
-
yaccname [$yaccname]
Specifies just the name of the yacc program without the path.
@@ -624,7 +619,6 @@ EXE := $exe
CC := $cc
LEX := $lex
-LEXLIB := $lexlib
YACC := $yacc
NM := $nm