On running ./configure in dansguardian (web content filter for Linux), I got the following error - configure: error: pcre-config not found!
configure: WARNING: Cache variable ac_cv_prog_PCRE contains a newline.
. The solution, as usual, is simple:

Install pcre-devel. On RedHat / Fedora systems that would be:
yum install pcre-devel