diff options
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
