Ditch white-space added in the previous commit.
authorFabian Keil <fk@fabiankeil.de>
Sun, 10 Oct 2010 10:01:11 +0000 (10:01 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 10 Oct 2010 10:01:11 +0000 (10:01 +0000)
configure.in

index 0e06411..d3f8801 100644 (file)
@@ -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],