aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 29d8aed8c8..d71501098a 100755
--- a/configure
+++ b/configure
@@ -373,7 +373,7 @@ engine_enable() {
opt=yes
fi
engine=`echo $eng | sed 's/-/_/g'`
- if test "$opt" == "static" -o "$opt" == "dynamic" -o "$opt" == "yes" ; then
+ if test "$opt" = "static" -o "$opt" = "dynamic" -o "$opt" = "yes" ; then
if test "`get_engine_build ${engine}`" != "$opt" ; then
eval _engine_${engine}_build=$opt
else