mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
fix: pop the language in autoconf
This commit is contained in:
parent
e186c0a543
commit
465c92bef9
@ -23,6 +23,7 @@ AM_CONFIG_HEADER([config.h])
|
||||
DUNE_CHECK_ALL
|
||||
AC_LANG_PUSH([C++])
|
||||
m4_ifdef([AC_OPENMP], [AC_OPENMP])
|
||||
AC_LANG_POP([C++])
|
||||
|
||||
# implicitly set the Dune-flags everywhere
|
||||
AC_SUBST(AM_CPPFLAGS, '$(DUNE_CPPFLAGS) -I$(top_srcdir)')
|
||||
|
Loading…
Reference in New Issue
Block a user