1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/dbm
akr faf4c9db80 * ext/dbm/extconf.rb: weaken header/library consistency check if db is
"ndbm".  It seems several (possibly historical) distributions
  provide libndbm.  However the content of libndbm vary: Berkeley DB,
  GDBM or even 4.3BSD NDBM.  (Mandriva, Tru64 UNIX, OpenSuSE,
  SCO OpenServer, ...)
  "ndbm" is not searched automatically now (dblib doesn't contain it)
  but configure --with-dbm-type=ndbm choose libndbm and ndbm.h.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-02-20 11:05:31 +00:00
..
dbm.c * ext/dbm/dbm.c (Init_dbm): refine DBM::VERSION definition. 2012-02-19 14:02:14 +00:00
depend
extconf.rb * ext/dbm/extconf.rb: weaken header/library consistency check if db is 2012-02-20 11:05:31 +00:00