summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2016-01-25 18:12:28 -0800
committerManoj Srivastava <srivasta@debian.org>2016-01-25 18:12:28 -0800
commit5aa8fc45ae3799ae8becddcf2ef48d5b68f62d1b (patch)
treee26897f35efbe5d6714331e82b794fd24486247d /configure.ac
parent45bace6d30eebcc9e3f0a5eae7ea5cad93357831 (diff)
revert previous changesdebian/2.6.0-3
Signed-off-by: Manoj Srivastava <srivasta@debian.org>
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