mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 15:58:18 +00:00
Fix OSPFAPI build
This commit is contained in:
parent
683b22652e
commit
9a5698489c
@ -540,11 +540,10 @@ else
|
||||
OSPFD="ospfd"
|
||||
fi
|
||||
|
||||
OSPFAPI=""
|
||||
OSPFCLIENT=""
|
||||
if test "${enable_opaque_lsa}" = "yes"; then
|
||||
if test "${enable_ospfapi}" != "no";then
|
||||
OSPFAPI="-DSUPPORT_OSPF_API"
|
||||
AC_DEFINE(SUPPORT_OSPF_API,,OSPFAPI)
|
||||
|
||||
if test "${enable_ospfclient}" != "no";then
|
||||
OSPFCLIENT="ospfclient"
|
||||
|
@ -540,11 +540,10 @@ else
|
||||
OSPFD="ospfd"
|
||||
fi
|
||||
|
||||
OSPFAPI=""
|
||||
OSPFCLIENT=""
|
||||
if test "${enable_opaque_lsa}" = "yes"; then
|
||||
if test "${enable_ospfapi}" != "no";then
|
||||
OSPFAPI="-DSUPPORT_OSPF_API"
|
||||
AC_DEFINE(SUPPORT_OSPF_API,,OSPFAPI)
|
||||
|
||||
if test "${enable_ospfclient}" != "no";then
|
||||
OSPFCLIENT="ospfclient"
|
||||
|
Loading…
Reference in New Issue
Block a user