mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 22:57:45 +00:00
Disable isisd compiling by default. It compiles only in Linux and FreeBSD
and works only in Linux ;(.
This commit is contained in:
parent
9428f2dc4e
commit
ae399ab0cf
@ -1,3 +1,7 @@
|
|||||||
|
2004-09-13 Hasso Tepper <hasso at quagga.net>
|
||||||
|
|
||||||
|
* configure.ac: Disable isisd compiling by default.
|
||||||
|
|
||||||
2004-09-13 Paul Jakma <paul@dishone.st>
|
2004-09-13 Paul Jakma <paul@dishone.st>
|
||||||
|
|
||||||
* configure.ac: capitalise the package name. autoconf lowercases
|
* configure.ac: capitalise the package name. autoconf lowercases
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
## Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro <kunihiro@zebra.org>
|
## Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro <kunihiro@zebra.org>
|
||||||
## Portions Copyright (c) 2003 Paul Jakma <paul@dishone.st>
|
## Portions Copyright (c) 2003 Paul Jakma <paul@dishone.st>
|
||||||
##
|
##
|
||||||
## $Id: configure.ac,v 1.64 2004/09/13 11:27:57 paul Exp $
|
## $Id: configure.ac,v 1.65 2004/09/13 20:22:18 hasso Exp $
|
||||||
AC_PREREQ(2.53)
|
AC_PREREQ(2.53)
|
||||||
|
|
||||||
AC_INIT(Quagga, 0.96.5, [http://bugzilla.quagga.net])
|
AC_INIT(Quagga, 0.96.5, [http://bugzilla.quagga.net])
|
||||||
@ -103,7 +103,7 @@ AC_ARG_ENABLE(ospfd,
|
|||||||
AC_ARG_ENABLE(ospf6d,
|
AC_ARG_ENABLE(ospf6d,
|
||||||
[ --disable-ospf6d do not build ospf6d])
|
[ --disable-ospf6d do not build ospf6d])
|
||||||
AC_ARG_ENABLE(isisd,
|
AC_ARG_ENABLE(isisd,
|
||||||
[ --disable-isisd do not build isisd])
|
[ --enable-isisd build isisd])
|
||||||
AC_ARG_ENABLE(bgp-announce,
|
AC_ARG_ENABLE(bgp-announce,
|
||||||
[ --disable-bgp-announce, turn off BGP route announcement])
|
[ --disable-bgp-announce, turn off BGP route announcement])
|
||||||
AC_ARG_ENABLE(netlink,
|
AC_ARG_ENABLE(netlink,
|
||||||
@ -762,7 +762,7 @@ esac
|
|||||||
case "${enable_isisd}" in
|
case "${enable_isisd}" in
|
||||||
"yes") ISISD="isisd";;
|
"yes") ISISD="isisd";;
|
||||||
"no" ) ISISD="";;
|
"no" ) ISISD="";;
|
||||||
* ) ISISD="isisd";;
|
* ) ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if test "${enable_bgp_announce}" = "no";then
|
if test "${enable_bgp_announce}" = "no";then
|
||||||
|
Loading…
Reference in New Issue
Block a user