]> granicus.if.org Git - fcron/commitdiff
fixed bug preventing audit from being disabled -- thanks Thomas Deutschmann master
authorThibault Godouet <fcron@free.fr>
Sat, 19 Nov 2016 21:06:12 +0000 (21:06 +0000)
committerThibault Godouet <fcron@free.fr>
Sat, 19 Nov 2016 21:06:12 +0000 (21:06 +0000)
configure.in

index da08bfb622d1b74d44ea90362f3053f90361e2e2..c634380713dc6932aa4d583ac4027b4ae4dfc9e4 100644 (file)
@@ -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