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
|
||||
fi
|
||||
|
||||
AM_CONDITIONAL([NEED_CRYPT], [test x"$need_crypt" == "xyes"])
|
||||
AM_CONDITIONAL([NEED_CRYPT], [test x"$need_crypt" = "xyes"])
|
||||
|
||||
|
||||
AC_SUBST(CRYPT_LIB)
|
||||
|
|
Loading…
Reference in a new issue