@@ -6480,17 +6480,22 @@ PY_STDLIB_MOD([_crypt],
6480
6480
PY_STDLIB_MOD([ _ctypes] ,
6481
6481
[ ] , [ test "$have_libffi" = yes] ,
6482
6482
[ $LIBFFI_CFLAGS] , [ $LIBFFI_LIBS] )
6483
+ dnl PY_STDLIB_MOD([_curses], [], [], [], [])
6484
+ dnl PY_STDLIB_MOD([_curses_panel], [], [], [], [])
6483
6485
PY_STDLIB_MOD([ _decimal] , [ ] , [ ] , [ $LIBMPDEC_CFLAGS] , [ $LIBMPDEC_LDFLAGS] )
6486
+ dnl PY_STDLIB_MOD([_dbm], [], [], [], [])
6484
6487
PY_STDLIB_MOD([ _gdbm] ,
6485
6488
[ test "$have_gdbm_dbmliborder" = yes] , [ test "$have_gdbm" = yes] ,
6486
6489
[ $GDBM_CFLAGS] , [ $GDBM_LIBS] )
6487
6490
PY_STDLIB_MOD([ nis] ,
6488
6491
[ ] , [ test "$have_nis" = yes -a "$ac_cv_header_rpc_rpc_h" = yes] ,
6489
6492
[ $LIBNSL_CFLAGS] , [ $LIBNSL_LIBS] )
6493
+ dnl PY_STDLIB_MOD([readline], [], [], [], [])
6490
6494
PY_STDLIB_MOD([ _sqlite3] ,
6491
6495
[ test "$have_sqlite3" = "yes"] ,
6492
6496
[ test "$have_supported_sqlite3" = "yes"] ,
6493
6497
[ $LIBSQLITE3_CFLAGS] , [ $LIBSQLITE3_LIBS] )
6498
+ dnl PY_STDLIB_MOD([_tkinter], [], [], [], [])
6494
6499
PY_STDLIB_MOD([ _uuid] ,
6495
6500
[ ] , [ test "$have_uuid" = "yes"] ,
6496
6501
[ $LIBUUID_CFLAGS] , [ $LIBUUID_LIBS] )
0 commit comments