diff --git a/libs/sofia-sip/m4/sac-openssl.m4 b/libs/sofia-sip/m4/sac-openssl.m4 index 49738c7d89..7daf7f4773 100644 --- a/libs/sofia-sip/m4/sac-openssl.m4 +++ b/libs/sofia-sip/m4/sac-openssl.m4 @@ -19,7 +19,7 @@ else [HAVE_OPENSSL=0]) fi - if test $HAVE_OPENSSL = 1 ; then + if test x$HAVE_OPENSSL = x1 ; then AC_DEFINE([HAVE_LIBCRYPTO], 1, [Define to 1 if you have the `crypto' library (-lcrypto).]) AC_DEFINE([HAVE_LIBSSL], 1, [Define to 1 if you have the `ssl' library (-lssl).]) else