From c606fda0cac95282d938b0adb8d4290ff19bde48 Mon Sep 17 00:00:00 2001 From: Thierry FOURNIER Date: Tue, 24 Sep 2013 14:13:15 +0200 Subject: [PATCH 1/3] HAPEE: BUILD: Compile also proto volatile: configure without configure.in --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 404a6f5..7f34eed 100755 --- a/configure +++ b/configure @@ -4592,7 +4592,7 @@ fi -all_protocols="$proto_bfd bgp ospf pipe $proto_radv rip static" +all_protocols="$proto_bfd bgp ospf pipe $proto_radv rip static volatile" all_protocols=`echo $all_protocols | sed 's/ /,/g'` if test "$with_protocols" = all ; then -- 1.7.10.4