diff options
| -rwxr-xr-x | configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/configure.ac b/configure.ac index 27d26ef9..b981d5b1 100755 --- a/configure.ac +++ b/configure.ac @@ -1200,7 +1200,7 @@ else  fi  OSPFCLIENT="" -if test "${enable_opaque_lsa}" = "yes"; then +if test "${enable_opaque_lsa}" != "no"; then    if test "${enable_ospfapi}" != "no";then      AC_DEFINE(SUPPORT_OSPF_API,,OSPFAPI) | 
