Skip to content

Commit

Permalink
Merge pull request #9 from marshallward/hallberg-fms2-acfix
Browse files Browse the repository at this point in the history
Remove AC_CHECK_FILE for legacy MOM_memory.h
  • Loading branch information
adcroft authored Feb 26, 2021
2 parents 95ed51f + efb3612 commit 8f0748c
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 8f0748c

Please sign in to comment.