X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=configure.in;h=c86c8a57639e963c23080977d9b868cc60aaa94f;hp=0e06411d979260f81d059202eaf552bee17030cd;hb=0a9d1ee499e12d83f0f5615008c2d341bc30f75f;hpb=283ac37ea2c1bb92d569385c0b9bbacf9f1bd848 diff --git a/configure.in b/configure.in index 0e06411d..c86c8a57 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.147 2010/10/30 15:57:50 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.147 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -78,7 +78,7 @@ dnl ================================================================= VERSION_MAJOR=3 VERSION_MINOR=0 -VERSION_POINT=17 +VERSION_POINT=18 CODE_STATUS="UNRELEASED" dnl CODE_STATUS can be "alpha", "beta", or "stable", and will be @@ -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],