From 2b70dd95e88edbfa8621c726c581e0440bc22c97 Mon Sep 17 00:00:00 2001 From: Jonas Johansson Date: Fri, 29 Apr 2016 10:36:14 +0200 Subject: [PATCH] build: fix AppArmor "no" (default) option in configure script Signed-off-by: Jonas Johansson --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 04b0cc80..b7f4c8af 100644 --- a/configure.ac +++ b/configure.ac @@ -311,7 +311,7 @@ lldp_ARG_WITH([apparmordir], [Directory for AppArmor profiles (Linux)], [no]) AC_SUBST([apparmordir], [$with_apparmordir]) AM_CONDITIONAL(HAVE_APPARMORDIR, - [test -n "$with_apparmordir" -a "x$with_apprmordir" != xno ]) + [test -n "$with_apparmordir" -a "x$with_apparmordir" != xno ]) # Systemtap/DTrace lldp_SYSTEMTAP -- 2.39.5