summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-04-24 14:13:33 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-04-25 15:05:50 -0700
commitae8b1454d3b3145ebbf47a0ee276db12d09e10a6 (patch)
treefd7271c7f92347de260d726a39ba74a42820d62b /configure.ac
parente82a974a6636ebadfad4d31384760acbec41ed27 (diff)
downloadquagga-ae8b1454d3b3145ebbf47a0ee276db12d09e10a6.tar.bz2
quagga-ae8b1454d3b3145ebbf47a0ee276db12d09e10a6.tar.xz
Don't build watchlink
Watchlink is no longer needed, and if it was used it would interfere with other route management. Therefore don't build it.
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 857b6db4..09af801d 100755
--- a/configure.ac
+++ b/configure.ac
@@ -200,8 +200,6 @@ AC_ARG_ENABLE(ospf6d,
[ --disable-ospf6d do not build ospf6d])
AC_ARG_ENABLE(watchquagga,
[ --disable-watchquagga do not build watchquagga])
-AC_ARG_ENABLE(watchlink,
-[ --disable-watchlink do not build watchlink])
AC_ARG_ENABLE(isisd,
[ --enable-isisd build isisd])
AC_ARG_ENABLE(solaris,
@@ -1139,12 +1137,6 @@ else
WATCHQUAGGA="watchquagga"
fi
-if test "${enable_watchlink}" = "no";then
- WATCHLINK=""
-else
- WATCHLINK="watchlink"
-fi
-
OSPFCLIENT=""
if test "${enable_opaque_lsa}" = "yes"; then
if test "${enable_ospfapi}" != "no";then
@@ -1409,7 +1401,6 @@ AC_DEFINE_UNQUOTED(PATH_OSPFD_PID, "$quagga_statedir/ospfd.pid",ospfd PID)
AC_DEFINE_UNQUOTED(PATH_OSPF6D_PID, "$quagga_statedir/ospf6d.pid",ospf6d PID)
AC_DEFINE_UNQUOTED(PATH_ISISD_PID, "$quagga_statedir/isisd.pid",isisd PID)
AC_DEFINE_UNQUOTED(PATH_WATCHQUAGGA_PID, "$quagga_statedir/watchquagga.pid",watchquagga PID)
-AC_DEFINE_UNQUOTED(PATH_WATCHLINK_PID, "$quagga_statedir/watchlink.pid",watchlink PID)
AC_DEFINE_UNQUOTED(ZEBRA_SERV_PATH, "$quagga_statedir/zserv.api",zebra api socket)
AC_DEFINE_UNQUOTED(ZEBRA_VTYSH_PATH, "$quagga_statedir/zebra.vty",zebra vty socket)
AC_DEFINE_UNQUOTED(RIP_VTYSH_PATH, "$quagga_statedir/ripd.vty",rip vty socket)
@@ -1443,7 +1434,6 @@ AC_CONFIG_FILES([Makefile lib/Makefile zebra/Makefile ripd/Makefile
ripngd/Makefile bgpd/Makefile ospfd/Makefile watchquagga/Makefile
ospf6d/Makefile isisd/Makefile vtysh/Makefile doc/Makefile
ospfclient/Makefile tests/Makefile m4/Makefile redhat/Makefile
- watchlink/Makefile
pkgsrc/Makefile
redhat/quagga.spec
lib/version.h