diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-11-12 07:50:12 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-11-12 07:50:12 +0000 |
commit | 0eb08aa068abc9101d1452ce868126575782b471 (patch) | |
tree | cab774bd15b36fbdfde86843a8ed6c582095977d /ext/dbm/extconf.rb | |
parent | 9998578951df328ae16da51bebca1ee3b6811dd4 (diff) |
update comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/dbm/extconf.rb')
-rw-r--r-- | ext/dbm/extconf.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dbm/extconf.rb b/ext/dbm/extconf.rb index 5c6c183eac..2fc5c441a5 100644 --- a/ext/dbm/extconf.rb +++ b/ext/dbm/extconf.rb @@ -16,8 +16,8 @@ headers = { "db4" => ["db4/db.h", "db4.h", "db.h"], "db5" => ["db5/db.h", "db5.h", "db.h"], "dbm" => ["ndbm.h"], - "gdbm" => ["gdbm-ndbm.h", "ndbm.h", "gdbm/ndbm.h"], - "gdbm_compat" => ["gdbm-ndbm.h", "ndbm.h", "gdbm/ndbm.h"], # ndbm compatibility routines are extracted to libgdbm_compat since gdbm-1.8.1. + "gdbm" => ["gdbm-ndbm.h", "ndbm.h", "gdbm/ndbm.h"], # gdbm until 1.8.0 + "gdbm_compat" => ["gdbm-ndbm.h", "ndbm.h", "gdbm/ndbm.h"], # gdbm since 1.8.1 "qdbm" => ["relic.h", "qdbm/relic.h"], } |