summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-03 00:34:35 +0200
committerOndrej Filip <feela@network.cz>2000-05-03 00:34:35 +0200
commit92bbd812e332c9948d737e95526c571ff371d394 (patch)
tree147175a5d73840d7bd068f573db9610dc8e63f77 /configure.in
parent249fdef7a10ce507bd224ad9be48a86f09d8f21c (diff)
downloadbird-92bbd812e332c9948d737e95526c571ff371d394.tar
bird-92bbd812e332c9948d737e95526c571ff371d394.zip
OSPF added to default protocols.
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 56eaa5b..a01ceba 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,bgp)],,[with_protocols="rip,static,pipe,bgp"])
+AC_ARG_WITH(protocols,[ --with-protocols=LIST include specified routing protocols (default: rip,static,pipe,bgp,ospf)],,[with_protocols="rip,static,pipe,bgp,ospf"])
AC_ARG_WITH(sysinclude,[ --with-sysinclude=PATH search for system includes on specified place])
if test "$srcdir" = . ; then