@@ -6480,17 +6480,22 @@ PY_STDLIB_MOD([_crypt],
64806480PY_STDLIB_MOD([ _ctypes] ,
64816481 [ ] , [ test "$have_libffi" = yes] ,
64826482 [ $LIBFFI_CFLAGS] , [ $LIBFFI_LIBS] )
6483+ dnl PY_STDLIB_MOD([_curses], [], [], [], [])
6484+ dnl PY_STDLIB_MOD([_curses_panel], [], [], [], [])
64836485PY_STDLIB_MOD([ _decimal] , [ ] , [ ] , [ $LIBMPDEC_CFLAGS] , [ $LIBMPDEC_LDFLAGS] )
6486+ dnl PY_STDLIB_MOD([_dbm], [], [], [], [])
64846487PY_STDLIB_MOD([ _gdbm] ,
64856488 [ test "$have_gdbm_dbmliborder" = yes] , [ test "$have_gdbm" = yes] ,
64866489 [ $GDBM_CFLAGS] , [ $GDBM_LIBS] )
64876490PY_STDLIB_MOD([ nis] ,
64886491 [ ] , [ test "$have_nis" = yes -a "$ac_cv_header_rpc_rpc_h" = yes] ,
64896492 [ $LIBNSL_CFLAGS] , [ $LIBNSL_LIBS] )
6493+ dnl PY_STDLIB_MOD([readline], [], [], [], [])
64906494PY_STDLIB_MOD([ _sqlite3] ,
64916495 [ test "$have_sqlite3" = "yes"] ,
64926496 [ test "$have_supported_sqlite3" = "yes"] ,
64936497 [ $LIBSQLITE3_CFLAGS] , [ $LIBSQLITE3_LIBS] )
6498+ dnl PY_STDLIB_MOD([_tkinter], [], [], [], [])
64946499PY_STDLIB_MOD([ _uuid] ,
64956500 [ ] , [ test "$have_uuid" = "yes"] ,
64966501 [ $LIBUUID_CFLAGS] , [ $LIBUUID_LIBS] )
0 commit comments