Skip to content

Commit

Permalink
fixing LD problem
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jun 19, 2019
1 parent 05eef3e commit e7ca362
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ if test "x$enable_mpe" = xyes; then
if test $enable_fortran = yes; then
AC_MSG_ERROR([MPE not implemented in Fortran tests and examples.])
fi
LD=ld # MPE needs this.
AC_DEFINE([USE_MPE], 1, [If true, use MPE timing library.])
fi

Expand Down

0 comments on commit e7ca362

Please sign in to comment.