mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-14 17:55:40 +00:00
Fix pasto which prevented cryb-mpi from being built.
This commit is contained in:
parent
b31223ad15
commit
cdd1a65e84
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ AC_ARG_ENABLE([cryb-mpi],
|
|||
[build the multiple-precision math library]),
|
||||
[enable_cryb_mpi=$enableval],
|
||||
[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
|
||||
elements="$elements oath"
|
||||
|
|
Loading…
Reference in a new issue