$NetBSD: patch-configure,v 1.2 2014/10/09 20:53:15 jaapb Exp $ Do not install dbm META file even if dbm is present --- configure.orig 2014-09-16 11:21:45.000000000 +0000 +++ configure @@ -479,13 +479,13 @@ fi # dbm? -if [ -f "${ocaml_core_stdlib}/dbm.cmi" ]; then - echo "dbm: found" - ldbm="dbm" -else - echo "dbm: not present (normal since OCaml-4.00)" +#if [ -f "${ocaml_core_stdlib}/dbm.cmi" ]; then +# echo "dbm: found" +# ldbm="dbm" +#else +# echo "dbm: not present (normal since OCaml-4.00)" ldbm="" -fi +#fi # bytes?