summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 4af4a1b..4c519dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,12 +51,6 @@ AC_PROG_INSTALL
AC_PATH_PROG(BISON, bison,bison)
AC_PATH_PROG(HELP2MAN, help2man, help2man)
-if test "$cross_compiling" = yes; then
-FLEXexe='flex$(EXEEXT)'
-else
-FLEXexe='$(top_builddir)/flex$(EXEEXT)'
-fi
-AC_SUBST(FLEXexe)
# Check for a m4 that supports -P