lol

autoconf: Disable tests

These take waaaay too long.

+2 -1
+2 -1
pkgs/development/tools/misc/autoconf/default.nix
··· 14 14 # http://thread.gmane.org/gmane.comp.sysutils.autoconf.bugs/6822 for 15 15 # details. 16 16 # There are many test failures on `i386-pc-solaris2.11'. 17 - doCheck = ((!stdenv.isCygwin) && (!stdenv.isSunOS)); 17 + #doCheck = ((!stdenv.isCygwin) && (!stdenv.isSunOS)); 18 + doCheck = false; 18 19 19 20 # Don't fixup "#! /bin/sh" in Autoconf, otherwise it will use the 20 21 # "fixed" path in generated files!