diff options
author | Peter Powell <petpow@saberuk.com> | 2017-03-22 17:44:33 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-04-14 14:59:03 +0100 |
commit | 7e1629bdf1454f21fe48a8d3fe5b06be3a5b2552 (patch) | |
tree | cc8fa3699b6d3ebf776d2351f6e9087036ffbe4a /make/test/clock_gettime.cpp | |
parent | 127683c29e6eb33c21f85cf1ccba6fb85fc0cdec (diff) |
Switch compiler detection to use a more reliable method.
Its clear that parsing version output is not reliable enough so
switch to using a method which is less likely to break.
Diffstat (limited to 'make/test/clock_gettime.cpp')
-rw-r--r-- | make/test/clock_gettime.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/test/clock_gettime.cpp b/make/test/clock_gettime.cpp index 91d8cd412..d111d591f 100644 --- a/make/test/clock_gettime.cpp +++ b/make/test/clock_gettime.cpp @@ -1,6 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2013 Peter Powell <petpow@saberuk.com> * * This file is part of InspIRCd. InspIRCd is free software: you can * redistribute it and/or modify it under the terms of the GNU General Public |