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

removed duplicate DUNE_CHECKDEPRECATED

[[Imported from SVN: r271]]
parent 6a00b5c7
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,10 @@ AM_CONFIG_HEADER([config.h])
# Checks for programs.
AC_PROG_CXX
AC_LANG_PUSH([C++])
DUNE_CHECK_COMPILER
# how to create a deprecated warning
DUNE_CHECKDEPRECATED
# don't build shared libs per default, this is way better for debugging...
......@@ -80,9 +83,6 @@ DUNE_PATH_ALU3DGRID
# check for ParMETIS
DUNE_PATH_PARMETIS
# how to create a deprecated warning
DUNE_CHECKDEPRECATED
# create symlink for consistent paths even when $(top_srcdir) is not
# called dune/ (if filesystem/OS supports symlinks)
AC_PROG_LN_S
......
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