Changeset 2574 for trunk/pdns/pdns/backends/bind/binddnssec.cc
- Timestamp:
- 04/20/12 12:08:38 (13 months ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/backends/bind/binddnssec.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/backends/bind/binddnssec.cc
r2504 r2574 26 26 void Bind2Backend::setupDNSSEC() 27 27 { 28 throw runtime_error("bind-dnssec-db requires building PowerDNS with SQLite3"); 28 if(!getArg("dnssec-db").empty()) 29 throw runtime_error("bind-dnssec-db requires building PowerDNS with SQLite3"); 29 30 } 30 31