Skip to content

Commit

Permalink
Check for tcl.h header.
Browse files Browse the repository at this point in the history
  • Loading branch information
joudinet committed Jan 9, 2014
1 parent 8569980 commit b427673
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 @@ -43,6 +43,8 @@ BOOST_REQUIRE([1.47.0])
# Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST

AC_CHECK_HEADER([tcl8.5/tcl.h], [], [AC_MSG_ERROR([tcl8.5-dev not found])])

AM_CONDITIONAL([HAVE_DOXYGEN], [test -n "$DOXYGEN"])
AM_COND_IF([HAVE_DOXYGEN], [AC_CONFIG_FILES([doc/Doxyfile])])

Expand Down

0 comments on commit b427673

Please sign in to comment.