]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Drop PF_INET6 test breakage. Slipped in.
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 23 Apr 2010 01:27:07 +0000 (13:27 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 23 Apr 2010 01:27:07 +0000 (13:27 +1200)
configure.in

index 6850c7d42f1f20acf6b09fe2c3b76eba3290d0b4..056ad9a5db4d1dc6e1413b713e83e1f63b4e11f7 100644 (file)
@@ -2703,7 +2703,6 @@ if test "$use_ipng" != "no"; then
     AC_RUN_IFELSE([AC_LANG_SOURCE([[ /* PF_INET6 available check */
 #       include <sys/types.h>
 #       include <sys/socket.h>
-#error failure check.
         int main(int argc, char **argv) {
           if (socket(PF_INET6, SOCK_STREAM, 0) < 0)
             return 1;