Skip to content

Commit

Permalink
configure.ac: add program_options header check
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Just <[email protected]>
  • Loading branch information
Samuel Just committed Oct 31, 2012
1 parent fd4b839 commit 6bbe7db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,8 @@ AC_CHECK_HEADER([boost/random/discrete_distribution.hpp],

AC_CHECK_HEADER([boost/statechart/state.hpp], [],
AC_MSG_FAILURE(["Can't find boost statechart headers; need 1.34 or later"]))
AC_CHECK_HEADER([boost/program_options/option.hpp], [],
AC_MSG_FAILURE(["Can't find boost program_options headers"]))

# If we have the boost system library installed, then we may want to link
# with it.
Expand Down

0 comments on commit 6bbe7db

Please sign in to comment.