From f7f7d104a8ef9d4067bb03d61b67cc0644fa31d9 Mon Sep 17 00:00:00 2001 From: tilghman Date: Mon, 25 Jan 2010 21:36:33 +0000 Subject: Only rebuild parsers by an option in menuselect git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@242966 f38db490-d61c-443f-a65b-d21fe96a405b --- configure.ac | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4a87657c6..60757bb4b 100644 --- a/configure.ac +++ b/configure.ac @@ -193,7 +193,17 @@ __EOL__ ]) if test "x${ac_cv_path_BISON2}" = "x" ; then BISON=: + PBX_BISON=0 +else + PBX_BISON=1 +fi +AC_SUBST(PBX_BISON) +if test "x${FLEX}" = "x:" ; then + PBX_FLEX=0 +else + PBX_FLEX=1 fi +AC_SUBST(PBX_FLEX) AC_CHECK_TOOL([SOXMIX], [soxmix], [:]) if test "${SOXMIX}" != ":" ; then -- cgit v1.2.3