From 9a5698489c70e95938ef825d71943ba887f908d2 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 28 Mar 2003 01:45:13 +0000 Subject: Fix OSPFAPI build --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8477401d..f66691c1 100755 --- a/configure.ac +++ b/configure.ac @@ -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" -- cgit v1.2.1