mirror of
https://github.com/matrix-construct/construct
synced 2024-12-28 00:14:07 +01:00
Change == in test(1) to =.
libratbox r25570 (jilles)
This commit is contained in:
parent
0c5cbb3b96
commit
e961093c63
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ elif test "$CRYPT_LIB" = no; then
|
||||||
unset CRYPT_LIB
|
unset CRYPT_LIB
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AM_CONDITIONAL([NEED_CRYPT], [test x"$need_crypt" == "xyes"])
|
AM_CONDITIONAL([NEED_CRYPT], [test x"$need_crypt" = "xyes"])
|
||||||
|
|
||||||
|
|
||||||
AC_SUBST(CRYPT_LIB)
|
AC_SUBST(CRYPT_LIB)
|
||||||
|
|
Loading…
Reference in a new issue