mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-28 00:25:43 +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
|
# Encodings
|
||||||
elements="$elements enc"
|
elements="$elements enc"
|
||||||
requires="$requires env:core"
|
requires="$requires enc:core"
|
||||||
AC_ARG_ENABLE([cryb-enc],
|
AC_ARG_ENABLE([cryb-enc],
|
||||||
AC_HELP_STRING([--enable-cryb-enc],
|
AC_HELP_STRING([--enable-cryb-enc],
|
||||||
[build the encoding library]),
|
[build the encoding library]),
|
||||||
|
|
Loading…
Reference in a new issue