Skip to content

Commit

Permalink
removed more unneeded pre-processor stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 17, 2020
1 parent 1ac844f commit 85edfb8
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ test "x$enable_timing" = xyes || enable_timing=no
AC_MSG_RESULT([$enable_timing])
if test "x$enable_timing" = xyes; then
AC_DEFINE([TIMING], 1, [If true, use GPTL timing library.])
AC_DEFINE([HAVE_MPI], [1], [required by GPTL timing library])
fi
AM_CONDITIONAL(USE_GPTL, [test "x$enable_timing" = xyes])

Expand Down Expand Up @@ -224,14 +225,6 @@ if test "x$enable_docs" = xyes; then
AC_CONFIG_FILES([doc/Doxyfile])
fi

AC_MSG_NOTICE([setting flags])

# We must have MPI to build PIO.
AC_DEFINE([HAVE_MPI], [1], [defined by CMake build])

# Define to solve intel compiler warning.
AC_DEFINE([_GNU_SOURCE], [1], [solve strnlen declared implicitly warning on intel compiler])

AC_MSG_NOTICE([finding libraries])

# Check for netCDF library.
Expand Down

0 comments on commit 85edfb8

Please sign in to comment.