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