@@ -6705,7 +6705,7 @@ AC_MSG_CHECKING([ABIFLAGS])
67056705AC_MSG_RESULT ( [ $ABIFLAGS] )
67066706AC_MSG_CHECKING ( [ SOABI] )
67076707case $host_os in
6708- mingw*) SOABI='cp'`echo $VERSION | tr -d .`${ABIFLAGS}${SOABI_PLATFORM:+-$SOABI_PLATFORM} ;;
6708+ mingw*) SOABI='cp'`echo $VERSION | tr -d .`;;
67096709 *) SOABI='cpython-'`echo $VERSION | tr -d .`${ABIFLAGS}${SOABI_PLATFORM:+-$SOABI_PLATFORM};;
67106710esac
67116711AC_MSG_RESULT ( [ $SOABI] )
@@ -6716,7 +6716,7 @@ if test "$Py_DEBUG" = 'true'; then
67166716 # Similar to SOABI but remove "d" flag from ABIFLAGS
67176717 AC_SUBST ( [ ALT_SOABI] )
67186718 case $host_os in
6719- mingw*) ALT_SOABI='cp'`echo $VERSION | tr -d .``echo $ABIFLAGS | tr -d d`${SOABI_PLATFORM:+-$SOABI_PLATFORM} ;;
6719+ mingw*) ALT_SOABI='cp'`echo $VERSION | tr -d .`;;
67206720 *) ALT_SOABI='cpython-'`echo $VERSION | tr -d .``echo $ABIFLAGS | tr -d d`${SOABI_PLATFORM:+-$SOABI_PLATFORM};;
67216721 esac
67226722 AC_DEFINE_UNQUOTED ( [ ALT_SOABI] , [ "${ALT_SOABI}"] ,
@@ -8392,6 +8392,8 @@ dnl windows specific modules
83928392PY_STDLIB_MOD([ winreg] , [ test "$MACHDEP" = "win32"] )
83938393PY_STDLIB_MOD([ msvcrt] , [ test "$MACHDEP" = "win32"] )
83948394PY_STDLIB_MOD([ _winapi] , [ test "$MACHDEP" = "win32"] )
8395+ PY_STDLIB_MOD([ _wmimodule] , [ test "$MACHDEP" = "win32"] , [ ] , [ ] ,
8396+ [ -lwbemuuid -lpropsys -lole32 -loleaut32 -luuid] )
83958397PY_STDLIB_MOD([ winsound] , [ test "$MACHDEP" = "win32"] , [ ] , [ ] ,
83968398 [ -lwinmm] )
83978399PY_STDLIB_MOD([ _overlapped] , [ test "$MACHDEP" = "win32"] , [ ] , [ ] ,
0 commit comments