diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-15 03:38:12 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-15 03:38:12 (GMT) |
commit | ae90f8da24d825285a0d12023412e96b58084f6c (patch) | |
tree | feeff1e887cb09801f8da03224df4459743d8910 /configure.in | |
parent | bbba66eb7d52c0f00b306009d37e8b488cdfe616 (diff) | |
download | cpython-ae90f8da24d825285a0d12023412e96b58084f6c.zip cpython-ae90f8da24d825285a0d12023412e96b58084f6c.tar.gz cpython-ae90f8da24d825285a0d12023412e96b58084f6c.tar.bz2 |
Trent Mick points out that the BSD DB also provides an ndbm compatibility
layer. If that is available, consider that as an option as well.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index af4056e..d36f312 100644 --- a/configure.in +++ b/configure.in @@ -371,7 +371,8 @@ AC_CHECK_HEADERS(dlfcn.h fcntl.h limits.h locale.h ncurses.h poll.h pthread.h \ signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h \ sys/audioio.h sys/file.h sys/lock.h db_185.h db.h \ sys/param.h sys/select.h sys/socket.h sys/time.h sys/times.h \ -sys/un.h sys/utsname.h sys/wait.h pty.h libutil.h ndbm.h gdbm/ndbm.h) +sys/un.h sys/utsname.h sys/wait.h pty.h libutil.h \ +ndbm.h db1/ndbm.h gdbm/ndbm.h) AC_HEADER_DIRENT # checks for typedefs |