Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 35f8d46

Browse files
committed
Update a comment to be correct.
1 parent 9c68505 commit 35f8d46

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Modules/Setup.config.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# This file is transmogrified into Setup.config by config.status.
22

33
# The purpose of this file is to conditionally enable certain modules
4-
# based on configure-time options. Currently thread support and
5-
# garbage collection support are the only two modules so enabled.
4+
# based on configure-time options. Currently thread support, garbage
5+
# collection support, and the BSD DB modules are the only modules so
6+
# enabled.
67

78
@USE_THREAD_MODULE@thread threadmodule.c
89

@@ -16,4 +17,3 @@
1617

1718
# bsddb module enabled by --with-libdb or presence of db.h
1819
@USE_BSDDB_MODULE@bsddb bsddbmodule.c @HAVE_LIBDB@
19-

0 commit comments

Comments
 (0)