From 3d3b9127e9c55a01a6cbba50671e4cf980c7b821 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 10 Oct 2010 10:01:11 +0000 Subject: [PATCH] Ditch white-space added in the previous commit. --- configure.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.in b/configure.in index 0e06411d..d3f88012 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl $Id: configure.in,v 1.144 2010/07/29 14:38:03 fabiankeil Exp $ +dnl $Id: configure.in,v 1.145 2010/10/10 09:58:12 fabiankeil Exp $ dnl dnl Written by and Copyright (C) 2001-2010 the dnl Privoxy team. http://www.privoxy.org/ @@ -32,7 +32,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.144 $) +AC_REVISION($Revision: 1.145 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -716,7 +716,7 @@ AC_CHECK_FUNCS([access atexit getcwd gethostbyaddr gethostbyaddr_r gethostbyname dnl Checks for RFC 2553 resolver and socket functions if test $target_type = mingw; then AC_CHECK_LIB(ws2_32, main) - + AC_MSG_CHECKING(getaddrinfo in ws2_32) AC_TRY_LINK( [ @@ -727,7 +727,7 @@ if test $target_type = mingw; then have_ws2_32_getaddrinfo=yes ) AC_MSG_RESULT($have_ws2_32_getaddrinfo) - + AC_MSG_CHECKING(getnameinfo in ws2_32) AC_TRY_LINK( [ @@ -738,7 +738,7 @@ if test $target_type = mingw; then have_ws2_32_getnameinfo=yes ) AC_MSG_RESULT($have_ws2_32_getnameinfo) - + if test $have_ws2_32_getaddrinfo ; then if test $have_ws2_32_getnameinfo ; then AC_DEFINE([HAVE_RFC2553], [1], -- 2.39.2