blob: 210c2217752e2314300654fc9395b10b80668ed4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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 b:zgdbmpath p:zgdbm_tied"
objects="db_gdbm.o"
|