diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2022-02-26 16:47:08 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-26 16:47:08 +0100 | 
| commit | fe972cbfd4973e1156f317c2425af8199892a01b (patch) | |
| tree | 5bfe1c405cc23a7d0a927902de4680f88884077e /configure.ac | |
| parent | d28acb1d0ec7946b55bf57de2467728054725e33 (diff) | |
| parent | cd787a8a45ea3c94a689d5ff01ddf62467373550 (diff) | |
Merge pull request #9947 from mjstapp/mpls_incoming
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 32ee560df9..ddd883e54f 100644 --- a/configure.ac +++ b/configure.ac @@ -765,7 +765,7 @@ AC_ARG_ENABLE([scripting],      AS_HELP_STRING([--enable-scripting], [Build with scripting support]))  AC_ARG_ENABLE([netlink-debug], -  AS_HELP_STRING([--disable-netlink-debug], [pretty print netlink debug messages])) +  AS_HELP_STRING([--disable-netlink-debug], [don't pretty print netlink debug messages]))  if test "$enable_netlink_debug" != "no" ; then    AC_DEFINE([NETLINK_DEBUG], [1], [Netlink extra debugging code])  | 
