Skip to content
Snippets Groups Projects
Commit ec95a032 authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

AC_REQUIRE does not allow parameters. Patch by Christian Engwer

[[Imported from SVN: r3332]]
parent c26d21ef
Branches
No related tags found
No related merge requests found
AC_DEFUN([AG_COMMON_CHECKS],[
AC_REQUIRE([ AX_PYTHON_DEVEL([>= '2.5']) ])
AC_REQUIRE([ AX_BOOST_BASE() ])
AC_REQUIRE([ AX_BOOST_SERIALIZATION() ])
AC_REQUIRE([AX_PYTHON_DEVEL])
AC_REQUIRE([AX_BOOST_BASE])
AC_REQUIRE([AX_BOOST_SERIALIZATION])
])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment