Skip to content
Snippets Groups Projects
Commit 22a14927 authored by Oliver Sander's avatar Oliver Sander
Browse files

bugfix: explicitly set the dimension when using dimension-dependent UG headers

[[Imported from SVN: r4841]]
parent de111d22
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ AC_DEFUN([DUNE_PATH_UG],[ ...@@ -75,7 +75,7 @@ AC_DEFUN([DUNE_PATH_UG],[
AC_LANG_PUSH([C++]) AC_LANG_PUSH([C++])
if test x$HAVE_UG = x1 ; then if test x$HAVE_UG = x1 ; then
CPPFLAGS="$UG_CPPFLAGS" CPPFLAGS="$UG_CPPFLAGS -D_2"
AC_MSG_CHECKING([UG libraries (without MPI)]) AC_MSG_CHECKING([UG libraries (without MPI)])
LIBS="$UG_LIBS" LIBS="$UG_LIBS"
......
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