From: Peter Powell Date: Tue, 21 Jul 2015 22:30:54 +0000 (+0100) Subject: Switch test to use a test file too. X-Git-Tag: v2.0.23~49^2~1 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=4c751dbbe8945e5efc230a59b0ed51c2ba10cf92;p=user%2Fhenk%2Fcode%2Finspircd.git Switch test to use a test file too. --- diff --git a/configure b/configure index 2eba9edb1..fd00ff89c 100755 --- a/configure +++ b/configure @@ -353,14 +353,8 @@ $exec = $config{CC} . " -dumpversion | cut -c 3"; chomp($config{GCCMINOR} = `$exec`); printf "Checking if stdint.h exists... "; -$config{HAS_STDINT} = "true"; -our $fail = 0; -open(STDINT, " + * + * 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 + * License as published by the Free Software Foundation, version 2. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + + +#include + +int main() { + uint32_t ret = 0; + return ret; +}