summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorhasso <hasso>2004-09-13 20:22:18 +0000
committerhasso <hasso>2004-09-13 20:22:18 +0000
commitae399ab0cf6387385cc9958d64309a838467055f (patch)
tree98e756e764a0e6d68b41149bdde3545fe06097ea /configure.ac
parent9428f2dc4e577827db666d2643a1781ebecf044c (diff)
Disable isisd compiling by default. It compiles only in Linux and FreeBSD
and works only in Linux ;(.
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index f51b0910..d9c1db4e 100755
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@
## Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro <kunihiro@zebra.org>
## 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_INIT(Quagga, 0.96.5, [http://bugzilla.quagga.net])
@@ -103,7 +103,7 @@ AC_ARG_ENABLE(ospfd,
AC_ARG_ENABLE(ospf6d,
[ --disable-ospf6d do not build ospf6d])
AC_ARG_ENABLE(isisd,
-[ --disable-isisd do not build isisd])
+[ --enable-isisd build isisd])
AC_ARG_ENABLE(bgp-announce,
[ --disable-bgp-announce, turn off BGP route announcement])
AC_ARG_ENABLE(netlink,
@@ -762,7 +762,7 @@ esac
case "${enable_isisd}" in
"yes") ISISD="isisd";;
"no" ) ISISD="";;
- * ) ISISD="isisd";;
+ * ) ;;
esac
if test "${enable_bgp_announce}" = "no";then