From b1c46135a44a8ae30f1c274e4c7ee2e039c61a98 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Thu, 6 Nov 2014 00:41:39 -0500 Subject: [PATCH] Replace LEX macro with preferred one --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f0d08ea..0308b48 100644 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,7 @@ LIBREADLINE= )]) dnl Testing for Lex/Yacc -AC_PROG_LEX +AM_PROG_LEX AC_PROG_YACC dnl Checking for typedefs, structures, and compiler characteristics. -- 2.20.1