From: Thibault Godouet Date: Sat, 19 Nov 2016 21:06:12 +0000 (+0000) Subject: fixed bug preventing audit from being disabled -- thanks Thomas Deutschmann X-Git-Tag: ver3_3_1~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33efac5185ac06476008630b94bb808a0cfc99d0;p=thirdparty%2Ffcron.git fixed bug preventing audit from being disabled -- thanks Thomas Deutschmann --- diff --git a/configure.in b/configure.in index da08bfb..c634380 100644 --- a/configure.in +++ b/configure.in @@ -826,7 +826,7 @@ AC_ARG_WITH(audit, ;; esac ] ) -if test useaudit = "0"; then +if test "$useaudit" = "0"; then AC_MSG_RESULT(no) elif test "$useaudit" = "1" && test "$auditavail" != 1; then useaudit=0