Change == in test(1) to =.

libratbox r25570 (jilles)
This commit is contained in:
Jilles Tjoelker 2008-06-21 00:27:00 +02:00
parent 13818e2470
commit 081f7ac384
1 changed files with 1 additions and 1 deletions

View File

@ -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)