提交 ab8984e4 编写于 作者: O Osier Yang

Fix syntax error in configure.ac

Which will lead "./configure --with-audit=yes" breaks.
上级 191238e5
......@@ -1051,7 +1051,7 @@ AUDIT_LIBS=
if test "$with_audit" != "no" ; then
old_cflags="$CFLAGS"
old_libs="$LIBS"
if test "$with_audit" != "check" && "$with_audit" != "yes" ; then
if test "$with_audit" != "check" && test "$with_audit" != "yes" ; then
AUDIT_CFLAGS="-I$with_audit/include"
AUDIT_LIBS="-L$with_audit/lib"
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册