]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Added BGP to the default list of protocols we build.
authorMartin Mares <mj@ucw.cz>
Mon, 17 Apr 2000 13:14:48 +0000 (13:14 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 17 Apr 2000 13:14:48 +0000 (13:14 +0000)
configure.in

index c3c0af0268973c52a93329702c5a4e2971004453..56eaa5b7b0c44e288d52c4f2b3460178c5c8581b 100644 (file)
@@ -9,7 +9,7 @@ AC_CONFIG_AUX_DIR(tools)
 AC_ARG_ENABLE(debug,[  --enable-debug          enable internal debugging routines (default: enabled)],,enable_debug=yes)
 AC_ARG_ENABLE(client,[  --enable-client         enable building of BIRD client (default: enabled)],,enable_client=yes)
 AC_ARG_WITH(sysconfig,[  --with-sysconfig=FILE   use specified BIRD system configuration file])
-AC_ARG_WITH(protocols,[  --with-protocols=LIST   include specified routing protocols (default: rip,static,pipe)],,[with_protocols="rip,static,pipe"])
+AC_ARG_WITH(protocols,[  --with-protocols=LIST   include specified routing protocols (default: rip,static,pipe,bgp)],,[with_protocols="rip,static,pipe,bgp"])
 AC_ARG_WITH(sysinclude,[  --with-sysinclude=PATH  search for system includes on specified place])
 
 if test "$srcdir" = . ; then