Enable udpfromto by default. It's tested, and solves a lot of
authoraland <aland>
Tue, 15 May 2007 12:46:36 +0000 (12:46 +0000)
committeraland <aland>
Tue, 15 May 2007 12:46:36 +0000 (12:46 +0000)
problems.

configure
configure.in

index e0313ef..b7b263e 100755 (executable)
--- 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
index 99e262c..1805609 100644 (file)
@@ -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