support db-4.8

master
Justin Balthrop 2009-09-19 12:41:24 -07:00
parent 865bf435f6
commit cc23fbfd31
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ Then try building again.
end
end
versions=%w(db-4.7 db-4.6 db-4.5 db-4.4 db-4.3 db-4.2)
versions=%w(db-4.8 db-4.7 db-4.6 db-4.5 db-4.4 db-4.3 db-4.2)
until versions.empty?
(lib_ok = have_library(versions.shift,'db_version', 'db.h')) && break
end