From 081f7ac384d7c3c03a2481059eece5adda34f5b2 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sat, 21 Jun 2008 00:27:00 +0200 Subject: [PATCH] Change == in test(1) to =. libratbox r25570 (jilles) --- libratbox/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libratbox/configure.ac b/libratbox/configure.ac index 45f6940..95c23ac 100644 --- a/libratbox/configure.ac +++ b/libratbox/configure.ac @@ -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)