summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-08-03 21:34:26 +0200
committerMartin Mares <mj@ucw.cz>1999-08-03 21:34:26 +0200
commit9c11ec9efca2fc75495cf8dcb28a959ba22b01fa (patch)
tree80f4d7b42bebab8ed3d9df22d244baef21fe4bfd /configure.in
parent8c943173ced1fb85c627a8ba1c3d7360eab7d22b (diff)
downloadbird-9c11ec9efca2fc75495cf8dcb28a959ba22b01fa.tar
bird-9c11ec9efca2fc75495cf8dcb28a959ba22b01fa.zip
Implemented a Table-to-Table protocol a.k.a The Pipe.
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 4aaddf7..6419e12 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,pipe)],,[with_protocols="rip,static,pipe"])
AC_ARG_WITH(sysinclude,[ --with-sysinclude=PATH search for system includes on specified place])
if test "$srcdir" = . ; then