https://bugs.winehq.org/show_bug.cgi?id=50461
--- Comment #12 from Alexandre Julliard julliard@winehq.org --- In older versions it may have located libwine through the standard library search path, thus hiding the incorrect configuration. Since we no longer use libwine, it's now necessary to run configure with correct paths.
You don't need a /usr/local, simply use --prefix=/usr, or alternatively --libdir=/usr/local/lib32, so that the bin and lib dir are correct relative to each other.