summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-04-17 15:14:48 +0200
committerMartin Mares <mj@ucw.cz>2000-04-17 15:14:48 +0200
commit8f10985e1ef77c7d44c8912cf92f99e5c4502cbd (patch)
treed88c534130865f1ad1965628482c26060048d825 /configure.in
parentbd2d8190dd79645174beeef1a306c8df53db3b60 (diff)
downloadbird-8f10985e1ef77c7d44c8912cf92f99e5c4502cbd.tar
bird-8f10985e1ef77c7d44c8912cf92f99e5c4502cbd.zip
Added BGP to the default list of protocols we build.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index c3c0af0..56eaa5b 100644
--- a/configure.in
+++ b/configure.in
@@ -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