15 lines
384 B
Text
15 lines
384 B
Text
|
diff --git a/configure.ac b/configure.ac
|
||
|
index 8506245..eca8895 100644
|
||
|
--- a/configure.ac
|
||
|
+++ b/configure.ac
|
||
|
@@ -724,7 +724,8 @@ case $host in
|
||
|
],
|
||
|
[AC_MSG_RESULT(yes)
|
||
|
AC_DEFINE([HAVE_POLICY_FWD], [], [Have forward policy])],
|
||
|
- [AC_MSG_RESULT(no)])
|
||
|
+ [AC_MSG_RESULT(forced)
|
||
|
+ AC_DEFINE([HAVE_POLICY_FWD], [], [Have forward policy])])
|
||
|
;;
|
||
|
*)
|
||
|
AC_MSG_RESULT(no)
|