提交 94b727f1 编写于 作者: K Karen Huddleston

Update missing zstd error message in configure

Authored-by: NKaren Huddleston <khuddleston@pivotal.io>
上级 90d4ec18
......@@ -10864,7 +10864,10 @@ _ACEOF
LIBS="-lzstd $LIBS"
else
as_fn_error $? "zstd library not found." "$LINENO" 5
as_fn_error $? "zstd library not found
If you have libzstd already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory.
Use --without-zstd to disable zstd support." "$LINENO" 5
fi
fi
......
......@@ -1315,7 +1315,10 @@ fi
if test "$with_zstd" = yes; then
AC_CHECK_LIB(zstd, ZSTD_compressCCtx, [],
[AC_MSG_ERROR([zstd library not found.])])
[AC_MSG_ERROR([zstd library not found
If you have libzstd already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory.
Use --without-zstd to disable zstd support.])])
fi
if test "$with_quicklz" = yes; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册