mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
12 lines
208 B
Text
12 lines
208 B
Text
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"
|