Commit 3712d396 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Patch #102588 / PEP 229:

   The final piece of this change...

   Strip down Setup.config.in and Setup.dist to the minimal sets required
       to get a working Python; setup.py will handle the rest
parent ba77fc8c
......@@ -9,29 +9,5 @@
# Threading
@USE_THREAD_MODULE@thread threadmodule.c
# You may want the following to be built as statically loaded modules;
# comment out the *shared* line in that case:
*shared*
# Readline
@USE_READLINE_MODULE@readline readline.c -lreadline -ltermcap
# The ncurses library, under Linux
@USE_NCURSES_MODULE@_curses _cursesmodule.c -lncurses -ltermcap
# bsddb(3) module enabled by --with-libdb or presence of db.h
@USE_BSDDB_MODULE@bsddb bsddbmodule.c @HAVE_LIBDB@
# dbm(3) may require -lndbm or similar
@USE_DBM_MODULE@dbm dbmmodule.c @HAVE_LIBNDBM@
# ndbm(3) may require -lndbm or similar
@USE_NDBM_MODULE@ndbm ndbmmodule.c @HAVE_LIBNDBM@
# gdbm(3) may require -lgdbm or similar
@USE_GDBM_MODULE@gdbm gdbmmodule.c @HAVE_LIBGDBM@
# crypt(3) may require -lcrypt or similar
@USE_CRYPT_MODULE@crypt cryptmodule.c @HAVE_LIBCRYPT@
# The rest of the modules previously listed in this file are built
# by the setup.py script in Python 2.1.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment