Skip to content

Commit

Permalink
Remove AC_CHECK_FILE for legacy MOM_memory.h
Browse files Browse the repository at this point in the history
This patch removes the AC_CHECK_FILE autoconf macro which assigns a
default path to the MOM_memory.h file path.

This path was defaulting back to the old directory, and was added to
support the regression verification testing, but this is a regression
problem with should be handled by the regression, not the autoconf
configuration.

This will produce a regression test fail, but it not a cause for concern.
  • Loading branch information
marshallward committed Feb 25, 2021
1 parent 95ed51f commit efb3612
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ac/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ srcdir=$srcdir/..
# NOTE: --enable is more properly used to add a feature, rather than to select
# a compile-time mode, so this is not exactly being used as intended.
MEM_LAYOUT=${srcdir}/config_src/memory/dynamic_symmetric
AC_CHECK_FILE($MEM_LAYOUT, [MEM_LAYOUT=$MEM_LAYOUT], [MEM_LAYOUT=${srcdir}/config_src/dynamic_symmetric])
AC_ARG_ENABLE([asymmetric],
AS_HELP_STRING([--enable-asymmetric], [Use the asymmetric grid]))
AS_IF([test "$enable_asymmetric" = yes],
Expand Down

0 comments on commit efb3612

Please sign in to comment.