View | Details | Raw Unified | Return to bug 47572
Collapse All | Expand All

(-)build/dbm.m4 (+4 lines)
Lines 686-691 Link Here
686
        One of: sdbm, gdbm, ndbm, db, db1, db185, db2, db3, db4, db41, db42, db43, db44, db45, db46, db47])
686
        One of: sdbm, gdbm, ndbm, db, db1, db185, db2, db3, db4, db41, db42, db43, db44, db45, db46, db47])
687
    fi
687
    fi
688
    requested="$withval"
688
    requested="$withval"
689
    # try to include gdbm if with-dbm=gdbm and user forgot --with-gdbm
690
    if test "$withval" = "gdbm" && test "x$with_gdbm" = "x" ; then
691
      with_gdbm=yes  
692
    fi
689
  ], [
693
  ], [
690
    requested=default
694
    requested=default
691
  ])
695
  ])

Return to bug 47572