Skip to content

Commit

Permalink
Make flex and bison required during configuration step
Browse files Browse the repository at this point in the history
fixes box#2
  • Loading branch information
anthonybishopric committed Feb 1, 2014
1 parent 7398253 commit d9f68f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ PHP_ARG_ENABLE(augmented_types, whether to enable augmented_types support,
[ --enable-augmented_types Enable augmented_types support], yes)

if test "$PHP_AUGMENTED_TYPES" != "no"; then
AC_PROG_LEX
AC_PROG_YACC
PHP_REQUIRE_CXX()
PHP_SUBST(AUGMENTED_TYPES_SHARED_LIBADD)
PHP_ADD_LIBRARY(stdc++, 1, AUGMENTED_TYPES_SHARED_LIBADD)
Expand Down

0 comments on commit d9f68f1

Please sign in to comment.