Commit 60437df6 60437df6292229e3e5d92c83d7657590c8db32b7 by Sergey Poznyakoff

Fixed inconsistency: --with-dbm flag was erroneously named --with-old-dbm

in the help output.
1 parent 2a8a5e1f
......@@ -81,7 +81,7 @@ AC_ARG_WITH(ndbm,
esac])
AC_ARG_WITH(dbm,
[ --with-old-dbm use old DBM],
[ --with-dbm use old DBM],
[case "${withval}" in
yes) use_dbm=ODBM ;;
no) use_dbm=no ;;
......