From b971f236b65847ffdf1d8a7cd63b15de584b6d30 Mon Sep 17 00:00:00 2001 From: aland Date: Tue, 15 May 2007 12:46:36 +0000 Subject: [PATCH] Enable udpfromto by default. It's tested, and solves a lot of problems. --- configure | 6 +++--- configure.in | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure b/configure index e0313ef..b7b263e 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.234 . +# From configure.in Revision: 1.235 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.60. # @@ -1477,7 +1477,7 @@ Optional Packages: --with-openssl-libraries=DIR Directory to look for OpenSSL library files --with-rlm-FOO-lib-dir=DIR Directory to look for library files used by module FOO --with-rlm-FOO-include-dir=DIR Directory to look for include files used by module FOO - --with-udpfromto Compile in UDPFROMTO support. (default=no) + --with-udpfromto Compile in UDPFROMTO support. (default=yes) Some influential environment variables: CC C compiler command @@ -20492,7 +20492,7 @@ fi -WITH_UDPFROMTO=no +WITH_UDPFROMTO=yes # Check whether --with-udpfromto was given. if test "${with_udpfromto+set}" = set; then diff --git a/configure.in b/configure.in index 99e262c..1805609 100644 --- a/configure.in +++ b/configure.in @@ -358,9 +358,9 @@ dnl AC_SUBST(INCLUDE) dnl AC_SUBST(IQUOTE) dnl extra argument: --with-udpfromto -WITH_UDPFROMTO=no +WITH_UDPFROMTO=yes AC_ARG_WITH(udpfromto, -[ --with-udpfromto Compile in UDPFROMTO support. (default=no)], +[ --with-udpfromto Compile in UDPFROMTO support. (default=yes)], [ case "$withval" in yes) WITH_UDPFROMTO=yes -- 2.1.4