mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-23 22:25:46 +00:00
Fix typo in libcryb-enc's dependency list.
This commit is contained in:
parent
4cad790446
commit
3da29c38c6
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ AM_CONDITIONAL([CRYB_DIGEST], [test x"$enable_cryb_digest" = x"yes"])
|
|||
|
||||
# Encodings
|
||||
elements="$elements enc"
|
||||
requires="$requires env:core"
|
||||
requires="$requires enc:core"
|
||||
AC_ARG_ENABLE([cryb-enc],
|
||||
AC_HELP_STRING([--enable-cryb-enc],
|
||||
[build the encoding library]),
|
||||
|
|
Loading…
Reference in a new issue