Skip to content
Snippets Groups Projects
Commit f97b725f authored by Thimo Neubauer's avatar Thimo Neubauer
Browse files

we should check for a C++-compiler in dune as well... I'll add the

autogen-mechanism for choosing the compiler like in duneapps later

[[Imported from SVN: r256]]
parent 32a85004
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,9 @@ AC_CONFIG_SRCDIR([grid/common/grid.hh])
# do almost nothing, an application using Dune should provide the
# checks (use the macro provided in m4/dune.m4 to do this)
# Checks for programs.
AC_PROG_CXX
# don't build shared libs per default, this is way better for debugging...
AC_DISABLE_SHARED
AC_PROG_LIBTOOL
......
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