1*1a4b7ee2SBrad BishopFrom c00668541f68c17a5e453a4dcc2a86022b20af87 Mon Sep 17 00:00:00 2001
2*1a4b7ee2SBrad BishopFrom: Martin Jansa <Martin.Jansa@gmail.com>
3*1a4b7ee2SBrad BishopDate: Mon, 30 Jul 2012 23:52:49 +0200
4*1a4b7ee2SBrad Bishop
5*1a4b7ee2SBrad Bishop---
6*1a4b7ee2SBrad Bishop configure.in | 2 +-
7*1a4b7ee2SBrad Bishop 1 file changed, 1 insertion(+), 1 deletion(-)
8*1a4b7ee2SBrad Bishop
9*1a4b7ee2SBrad Bishopdiff --git a/configure.in b/configure.in
10*1a4b7ee2SBrad Bishopindex 7c15b6b..9896631 100644
11*1a4b7ee2SBrad Bishop--- a/configure.in
12*1a4b7ee2SBrad Bishop+++ b/configure.in
13*1a4b7ee2SBrad Bishop@@ -23,7 +23,7 @@ AM_CONFIG_HEADER(config.h)
14eb8dc403SDave Cobbley dnl Checks for programs.
15eb8dc403SDave Cobbley AC_PROG_CC
16eb8dc403SDave Cobbley
17*1a4b7ee2SBrad Bishop-dnl AC_PROG_CXX
18eb8dc403SDave Cobbley+AC_PROG_CXX
19*1a4b7ee2SBrad Bishop dnl AC_PROG_AWK
20*1a4b7ee2SBrad Bishop dnl AM_PROG_LEX
21*1a4b7ee2SBrad Bishop dnl AC_PROG_YACC
22