Skip to content
Snippets Groups Projects
Commit 57538d81 authored by Markus Blatt's avatar Markus Blatt
Browse files

Fixed type.

[[Imported from SVN: r6481]]
parent 2826b10b
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ AC_DEFUN([DUNE_BOOST_BASE],
[
AX_BOOST_BASE([$1],[
AC_DEFINE(HAVE_BOOST, [ENABLE_BOOST],[Define to ENABLE_BOOST if the Boost library is available])
BOOST_CPPFLAGS="$BOOST_CPPFLAGS -DENBABLE_BOOST"
BOOST_CPPFLAGS="$BOOST_CPPFLAGS -DENABLE_BOOST"
AC_SUBST(BOOST_CPPFLAGS)
# execute ACTION-IF-FOUND (if present):
ifelse([$2], , :, [$2])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment