Remove non-existing switch for NSSA support

This commit is contained in:
David Ward 2012-04-22 01:18:01 -04:00 committed by Adam Tkac
parent 7cb68b3abe
commit 2d3a5c9048

View File

@ -2,7 +2,6 @@
%define with_snmp 1
%define with_vtysh 1
%define with_ospf_te 1
%define with_nssa 1
%define with_opaque_lsa 1
%define with_tcp_zebra 0
%define with_pam 0
@ -148,9 +147,6 @@ export CXXFLAGS="$RPM_OPT_FLAGS $CPPFLAGS"
%if %with_tcp_zebra
--enable-tcp-zebra \
%endif
%if %with_nssa
--enable-nssa \
%endif
%if %with_opaque_lsa
--enable-opaque-lsa \
%endif