Fix pasto which prevented cryb-mpi from being built.

This commit is contained in:
Dag-Erling Smørgrav 2017-04-05 19:48:01 +02:00
parent b31223ad15
commit cdd1a65e84

View file

@ -241,7 +241,7 @@ AC_ARG_ENABLE([cryb-mpi],
[build the multiple-precision math library]), [build the multiple-precision math library]),
[enable_cryb_mpi=$enableval], [enable_cryb_mpi=$enableval],
[enable_cryb_mpi=$enable_all]) [enable_cryb_mpi=$enable_all])
AM_CONDITIONAL([CRYB_MPI], [test x"$enable_cryb_digest" = x"yes"]) AM_CONDITIONAL([CRYB_MPI], [test x"$enable_cryb_mpi" = x"yes"])
# OATH # OATH
elements="$elements oath" elements="$elements oath"