Skip to content

Commit

Permalink
fixing HAVE_PAPI automake conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Apr 9, 2019
1 parent 08de2ed commit cce2306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ if test "x$enable_timing" = xyes; then
if test "x$have_papi" = xno; then
AC_MSG_ERROR([PAPI library not found, but is required if enable-timing is used.])
fi
AM_CONDITIONAL([HAVE_PAPI], [test "x$have_papi" = xyes])
fi
AM_CONDITIONAL([HAVE_PAPI], [test "x$have_papi" = xyes])

AC_CONFIG_FILES(src/flib/piodarray.F90:src/flib/piodarray.F90.in2)
AC_CONFIG_FILES(src/flib/pionfatt_mod.F90:src/flib/pionfatt_mod.F90.in2)
Expand Down

0 comments on commit cce2306

Please sign in to comment.