]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Sync to configure.ac
authorpaul <paul>
Sun, 25 May 2003 23:52:37 +0000 (23:52 +0000)
committerpaul <paul>
Sun, 25 May 2003 23:52:37 +0000 (23:52 +0000)
configure.in

index fba397e74f95998092a26c7adb776d3a76ab404e..4c30bceec43b2cc42f69ca25929dae75880bd41d 100755 (executable)
@@ -99,7 +99,7 @@ AC_ARG_ENABLE(ospf-te,
 AC_ARG_ENABLE(multipath,
 [  --enable-multipath=ARG  enable multipath function, ARG must be digit])
 AC_ARG_ENABLE(rtadv,
-[  --disable-rtadv         disable IPV6 router advertisment feature])
+[  --enable-rtadv         disable IPV6 router advertisment feature])
 
 if test "${enable_broken_aliases}" = "yes"; then
   if test "${enable_netlink}" = "yes"
@@ -129,11 +129,11 @@ if test "${enable_ospf_te}" = "yes"; then
 fi
 
 AC_MSG_CHECKING(Should Zebra's RTADV be used)
-if test "${enable_rtadv}" = "no"; then
-  AC_MSG_RESULT(no)
-else
-  AC_DEFINE(HAVE_RTADV)
+if test "${enable_rtadv}" = "yes"; then
   AC_MSG_RESULT(yes)
+  AC_DEFINE(HAVE_RTADV)
+else
+  AC_MSG_RESULT(no)
 fi
 
 changequote(, )dnl