From dd96cace750cfb6f90b4769c1cb9648bd895596a Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Mon, 21 Jul 2008 00:29:45 +0000 Subject: 25318: allow parameter to be tied to a gdbm database. --- ChangeLog | 5 +++++ configure.ac | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b579a9456..7a1f8b7ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-20 Clint Adams + + * 25318: Src/Modules/db_gdbm.c, Src/Modules/db_gdbm.mdd, + configure.ac: allow parameter to be tied to a gdbm database. + 2008-07-18 Peter Stephenson * 25304: Richard Hartmann: Functions/Newuser/zsh-newuser-install: diff --git a/configure.ac b/configure.ac index c4b424389..c8ccee518 100644 --- a/configure.ac +++ b/configure.ac @@ -563,7 +563,7 @@ AC_CHECK_HEADERS(sys/time.h sys/times.h sys/select.h termcap.h termio.h \ utmp.h utmpx.h sys/types.h pwd.h grp.h poll.h sys/mman.h \ netinet/in_systm.h pcre.h langinfo.h wchar.h stddef.h \ sys/stropts.h iconv.h ncurses.h ncursesw/ncurses.h \ - ncurses/ncurses.h) + ncurses/ncurses.h gdbm.h) if test x$dynamic = xyes; then AC_CHECK_HEADERS(dlfcn.h) AC_CHECK_HEADERS(dl.h) @@ -834,6 +834,8 @@ elif test x$zsh_cv_decl_ospeed_must_define = xyes; then AC_DEFINE(MUST_DEFINE_OSPEED) fi +AC_CHECK_LIB(gdbm, gdbm_open) + dnl -------------- dnl CHECK TYPEDEFS dnl -------------- @@ -1130,7 +1132,8 @@ AC_CHECK_FUNCS(strftime strptime mktime timelocal \ wctomb iconv \ grantpt unlockpt ptsname \ htons ntohs \ - regcomp regexec regerror regfree) + regcomp regexec regerror regfree \ + gdbm_open) AC_FUNC_STRCOLL if test x$enable_cap = xyes; then -- cgit 1.4.1