From: Bert Hubert Date: Tue, 8 Feb 2005 21:07:35 +0000 (+0000) Subject: make --version print out the gcc version used to compile, if gcc is used X-Git-Tag: pdns-2.9.18~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0287839b6ec4c2e1da6a1eca1073dd20351a2dd8;p=pdns make --version print out the gcc version used to compile, if gcc is used git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@294 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/receiver.cc b/pdns/receiver.cc index 7c5a2c7b4..9514fc9bd 100644 --- a/pdns/receiver.cc +++ b/pdns/receiver.cc @@ -481,7 +481,11 @@ int main(int argc, char **argv) } if(arg().mustDo("version")) { - cerr<<"Version: "VERSION", compiled on "<<__DATE__", "__TIME__<