diff options
author | Martin Mares <mj@ucw.cz> | 1999-08-03 19:34:26 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-08-03 19:34:26 +0000 |
commit | 9c11ec9efca2fc75495cf8dcb28a959ba22b01fa (patch) | |
tree | 80f4d7b42bebab8ed3d9df22d244baef21fe4bfd /configure.in | |
parent | 8c943173ced1fb85c627a8ba1c3d7360eab7d22b (diff) |
Implemented a Table-to-Table protocol a.k.a The Pipe.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 4aaddf79..6419e127 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 |