commit | 4f7f77b7a5b6a51a126e5d96355477ab0ce58aa0 | [log] [tgz] |
---|---|---|
author | Skip Montanaro <skip@pobox.com> | Sun Dec 07 02:16:00 2008 +0000 |
committer | Skip Montanaro <skip@pobox.com> | Sun Dec 07 02:16:00 2008 +0000 |
tree | d9f59ba5ca88a6e90795160c0aa73b8b691d442d | |
parent | ae5beceb35384da8eed64940e5632d62c4907576 [diff] |
muffed the default case
diff --git a/setup.py b/setup.py index e7d3ad3..a7fe3e4 100644 --- a/setup.py +++ b/setup.py
@@ -1033,9 +1033,8 @@ 'dbm', ['dbmmodule.c'], define_macros=[('HAVE_GDBM_DASH_NDBM_H',None)], libraries = gdbm_libs ) ) - exts.append( Extension('dbm', ['dbmmodule.c'], - define_macros=[('HAVE_GDBM_NDBM_H',None)], - libraries = ['gdbm'] ) ) + else: + missing.append('dbm') elif db_incs is not None: exts.append( Extension('dbm', ['dbmmodule.c'], library_dirs=dblib_dir,