From c1f8dc9149d3868e5a0f4e4ad97759fb3b177bec Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 9 Mar 1999 22:27:43 +0000 Subject: Yes, joining the crew. Sorry for being late. Added dummy functions for OSPF. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') 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 -- cgit v1.2.3