From 4c751dbbe8945e5efc230a59b0ed51c2ba10cf92 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Tue, 21 Jul 2015 23:30:54 +0100 Subject: Switch test to use a test file too. --- configure | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'configure') 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, "