zsh/Src/Modules/db_gdbm.mdd
2008-07-21 00:55:15 +00:00

13 lines
208 B
Plaintext

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"