diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f5e9dfc43..1e71eb7bc 100644 --- a/configure.in +++ b/configure.in @@ -118,7 +118,7 @@ AC_PROG_CC AC_PROG_CPP AC_ISC_POSIX AC_PROG_INSTALL -AM_PROG_LIBTOOL +AC_PROG_RANLIB MPI_OPT_FLAGS="" if test "$GCC" = yes; then |