diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-07-21 00:55:15 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-07-21 00:55:15 +0000 |
commit | 9f42d3211e9c8dce63f59d0cc5fd40a221384026 (patch) | |
tree | 52c3cf33c66523f3038bac00e955114e1ae37122 /Src/Modules/db_gdbm.mdd | |
parent | dd96cace750cfb6f90b4769c1cb9648bd895596a (diff) | |
download | zsh-9f42d3211e9c8dce63f59d0cc5fd40a221384026.tar.gz zsh-9f42d3211e9c8dce63f59d0cc5fd40a221384026.tar.xz zsh-9f42d3211e9c8dce63f59d0cc5fd40a221384026.zip |
25319: fix zuntie, add -f option to ztie.
Diffstat (limited to 'Src/Modules/db_gdbm.mdd')
-rw-r--r-- | Src/Modules/db_gdbm.mdd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Src/Modules/db_gdbm.mdd b/Src/Modules/db_gdbm.mdd new file mode 100644 index 000000000..ce7926bd9 --- /dev/null +++ b/Src/Modules/db_gdbm.mdd @@ -0,0 +1,12 @@ +name=zsh/db/gdbm +link='if test "x$ac_cv_lib_gdbm_gdbm_open" = xyes && test "x$ac_cv_header_gdbm_h" = xyes; then + echo dynamic +else + echo no +fi +' +load=no + +autofeatures="b:ztie b:zuntie" + +objects="db_gdbm.o" |