Skip to content
Snippets Groups Projects
Commit b2be2a28 authored by Christian Engwer's avatar Christian Engwer
Browse files

[m4]

fix typo in ax_boost_base (thanks to Bård Skaflestad for the patch)

[[Imported from SVN: r6818]]
parent eabefa1d
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ if test "x$want_boost" = "xyes"; then
ax_boost_base_save_CPPFLAGS="$CPPFLAGS"
CPPFLAGS="$ax_boost_base_save_CPPFLAGS $BOOST_CPPFLAGS"
ax_boost_base_save_LDFLAGS_SAVED="$LDFLAGS"
ax_boost_base_save_LDFLAGS="$LDFLAGS"
LDFLAGS="$ax_boost_base_save_LDFLAGS $BOOST_LDFLAGS"
AC_REQUIRE([AC_PROG_CXX])
......
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