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

c++ link check requires C++ language

[[Imported from SVN: r5111]]
parent ae8595d2
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@
AC_DEFUN([DUNE_LINKCXX],[
AC_LANG_PUSH([C++])
AC_MSG_CHECKING([whether compiling C++ code works])
AC_COMPILE_IFELSE(
AC_LANG_SOURCE(
......@@ -28,4 +30,6 @@ AC_COMPILE_IFELSE(
AC_MSG_ERROR([Could not compile C++ code])]
)
AC_LANG_POP([C++])
])
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