ttls chbind: update VSA to use
[freeradius.git] / configure.in
index 18a97ae..eace2ee 100644 (file)
@@ -259,16 +259,19 @@ if test "x$WITH_VMPS" = "xyes"; then
 fi
 
 dnl extra argument: --with-dhcp
+WITH_DHCP=yes
 AC_ARG_WITH(dhcp,
-[  --with-dhcp             Compile in DHCP support. (default=no)],
+[  --with-dhcp             Compile in DHCP support. (default=yes)],
 [ case "$withval" in
     yes)
-        AC_DEFINE(WITH_DHCP, [1], [Include experimental support for DHCP])
-       ;;
+        ;;
     *)
-       ;;
+       WITH_DHCP=no
   esac ]
 )
+if test "x$WITH_DHCP" = "xyes"; then
+       AC_DEFINE(WITH_DHCP, [1], [define if you want DHCP support])
+fi
 
 
 dnl #
@@ -1220,6 +1223,7 @@ AC_OUTPUT(\
        ./Make.inc \
        ./src/include/build-radpaths-h \
        ./src/main/Makefile \
+       ./src/main/radsniff.mk \
        ./src/main/checkrad.pl \
        ./src/main/radlast \
        ./src/main/radtest \