diff --git a/configure b/configure index 7b6accb27d..db202628d8 100755 --- a/configure +++ b/configure @@ -1138,8 +1138,8 @@ else logfile=/dev/null fi -if test "$mingw32" = "yes" -o "$wince" = "yes"; then - if test "$lshared" = "yes" && test "$lstatic" = "yes" ; then +if enabled_any mingw32 wince; then + if enabled_all lshared lstatic; then cat <