diff --git a/configure b/configure index 4bd8b1d5da..0b9eac8df3 100755 --- a/configure +++ b/configure @@ -1309,7 +1309,13 @@ while [ "$#" -gt 0 ]; do ;; xplatform) XPLATFORM="$VAL" - case `basename "$XPLATFORM"` in win32-g++*) XPLATFORM_MINGW=yes;; esac + case `basename "$XPLATFORM"` in win32-g++*) + XPLATFORM_MINGW=yes + CFG_RPATH=no + PKG_CONFIG=no + CFG_REDUCE_EXPORTS=no + ;; + esac ;; device) XPLATFORM=`resolveDeviceMkspec $VAL`