提交 aec22a47 编写于 作者: Z Zdenko Podobný

fix autotools c++11 issue with disabled training

上级 1d6de861
......@@ -435,7 +435,7 @@ if test "x$has_cpp11" = "xyes"; then
esac
else
AC_MSG_WARN(Training tools WILL NOT be built because of missing c++11 support.)
AM_CONDITIONAL(ENABLE_TRAINING, false)
AM_CONDITIONAL(ENABLE_TRAINING, [test "x$has_cpp11" = "xyes"])
fi
# ----------------------------------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册