summaryrefslogtreecommitdiff
path: root/t/lflags2.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/lflags2.sh')
-rw-r--r--t/lflags2.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/t/lflags2.sh b/t/lflags2.sh
index d21afad4d..bcc42c767 100644
--- a/t/lflags2.sh
+++ b/t/lflags2.sh
@@ -28,10 +28,6 @@ echo 'extern int dummy;' >> lex.yy.c
END
chmod a+x fake-lex
-# Remove Lex from the environment, so that it won't interfere
-# with 'make -e' below.
-unset LEX
-
cat >> configure.ac <<'END'
AC_SUBST([CXX], [false])
# Simulate presence of Lex using our fake-lex script.