aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/openssl/openssl.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/openssl/openssl.inc b/recipes/openssl/openssl.inc
index 22cd125b47..1ef5f0f606 100644
--- a/recipes/openssl/openssl.inc
+++ b/recipes/openssl/openssl.inc
@@ -93,7 +93,7 @@ do_configure () {
# inject machine-specific flags
sed -i -e "s|^\(\"$target\",\s*\"[^:]\+\):\([^:]\+\)|\1:${CFLAG}|g" Configure
useprefix=${prefix}
- if [ "x$useprefix" == "x" ]; then
+ if [ "x$useprefix" = "x" ]; then
useprefix=/
fi
perl ./Configure shared --prefix=$useprefix --openssldir=${libdir}/ssl $target