summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>1999-03-09 23:27:43 +0100
committerOndrej Filip <feela@network.cz>1999-03-09 23:27:43 +0100
commitc1f8dc9149d3868e5a0f4e4ad97759fb3b177bec (patch)
tree6259cc0781d3e3377049188418fe1ec9f65d477b /configure.in
parent2575593e0fa9fb84a4cc481928c32519b3fea2cd (diff)
downloadbird-c1f8dc9149d3868e5a0f4e4ad97759fb3b177bec.tar
bird-c1f8dc9149d3868e5a0f4e4ad97759fb3b177bec.zip
Yes, joining the crew. Sorry for being late. Added dummy functions for OSPF.
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 aa527a0..185c7e6 100644
--- a/configure.in
+++ b/configure.in
@@ -8,7 +8,7 @@ AC_CONFIG_AUX_DIR(tools)
AC_ARG_ENABLE(debug,[ --enable-debug enable internal debugging routines (default: enabled)],,enable_debug=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)],,[with_protocols="rip,static"])
+AC_ARG_WITH(protocols,[ --with-protocols=LIST include specified routing protocols (default: rip,static)],,[with_protocols="rip,static,ospf"])
if test "$srcdir" = . ; then
# Building in current directory => create obj directory holding all objects