mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 02:46:58 +00:00
The '==' comparision operator is not defined by POSIX, use '=' instead
This commit is contained in:
parent
a3049d6433
commit
f299caf612
@ -92,7 +92,7 @@ AC_CHECK_LIB(crypt, crypt,
|
||||
found_crypt_func=here
|
||||
])
|
||||
AC_SUBST(CRYPTLIB)
|
||||
if test "t$found_crypt_func" == there; then
|
||||
if test "t$found_crypt_func" = there; then
|
||||
AC_DEFINE(HAVE_CRYPT, 1, [crypt() function])
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user