Skip to content
Snippets Groups Projects
Commit 3a3ce664 authored by Andreas Dedner's avatar Andreas Dedner
Browse files

PUSH/POP should not be used ... my mistake

[[Imported from SVN: r5282]]
parent bf7debed
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@
# and sets up some things needed for modules (i.e. the 'dune' symlink)
AC_DEFUN([DUNE_CHECK_ALL],[
AC_LANG_PUSH([C++])
# doxygen and latex take a lot of time...
AC_REQUIRE([DUNE_DOCUMENTATION])
AC_REQUIRE([DUNE_WEB])
......@@ -45,7 +44,6 @@ AC_DEFUN([DUNE_CHECK_ALL],[
AC_SUBST(ACLOCAL_AMFLAGS, "$ACLOCAL_AMFLAGS")
AC_SUBST(am_dir, $DUNE_COMMON_ROOT/am)
AC_LANG_POP([C++])
])
AC_DEFUN([DUNE_ADD_SUMMARY_ENTRY],[
......
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