From 420926a83719e4f22861dae72eac41be9a2fec80 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 19 Feb 2003 23:42:46 +0000 Subject: AC_DEFINE() ENABLE_IPv6 if it should be enabled. 2003-02-19 Jeffrey Stedfast * configure.in (ENABLE_IPv6): AC_DEFINE() ENABLE_IPv6 if it should be enabled. svn path=/trunk/; revision=19953 --- ChangeLog | 5 +++++ configure.in | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 26a8ce5550..ae1addf0a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-19 Jeffrey Stedfast + + * configure.in (ENABLE_IPv6): AC_DEFINE() ENABLE_IPv6 if it should + be enabled. + 2003-02-07 Rodney Dawes * data/Makefile.am: Fix installation of desktop/mime files diff --git a/configure.in b/configure.in index c57d0e9c91..9cf7509b64 100644 --- a/configure.in +++ b/configure.in @@ -271,6 +271,7 @@ AC_CACHE_CHECK([if system has necessary structs and functions for IPv6 support], getaddrinfo ("www.ximian.com", NULL, &hints, &res); freeaddrinfo (res); ],[ + AC_DEFINE(ENABLE_IPv6,1,[Enable IPv6 support]) msg_ipv6=yes ],[ enable_ipv6=no -- cgit v1.2.3