diff options
author | Martin Mares <mj@ucw.cz> | 1999-03-26 22:35:28 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-03-26 22:35:28 +0100 |
commit | 241b7311ec5a091b7f3e1a1f2a776f3ef403c500 (patch) | |
tree | 53369f40f5857f1930e4240e4d0607f5446b8cf5 | |
parent | b5239f223874b87dd7c9de4d624cdf1230022111 (diff) | |
download | bird-241b7311ec5a091b7f3e1a1f2a776f3ef403c500.tar bird-241b7311ec5a091b7f3e1a1f2a776f3ef403c500.zip |
Don't compile OSPF by default.
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 185c7e6..aa527a0 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,ospf"]) +AC_ARG_WITH(protocols,[ --with-protocols=LIST include specified routing protocols (default: rip,static)],,[with_protocols="rip,static"]) if test "$srcdir" = . ; then # Building in current directory => create obj directory holding all objects |