Show
Ignore:
Timestamp:
04/20/12 12:08:38 (13 months ago)
Author:
peter
Message:

make sure bindbackend runs when compiled without sqlite3

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/backends/bind/binddnssec.cc

    r2504 r2574  
    2626void Bind2Backend::setupDNSSEC() 
    2727{ 
    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"); 
    2930} 
    3031