提交 45a32dda authored 作者: cypromis's avatar cypromis

added -lgpg-error to sun compiler CXXFLAGS for iksemel library and tools to be…

added  -lgpg-error to sun compiler CXXFLAGS for iksemel library and tools to be build corretly in libiksemel configure.ac
上级 ced63c35
...@@ -84,7 +84,7 @@ AC_ARG_ENABLE(64, ...@@ -84,7 +84,7 @@ AC_ARG_ENABLE(64,
if test "x${ax_cv_c_compiler_vendor}" = "xsun" ; then if test "x${ax_cv_c_compiler_vendor}" = "xsun" ; then
if test "${enable_64}" = "yes"; then if test "${enable_64}" = "yes"; then
CFLAGS="$CFLAGS -m64" CFLAGS="$CFLAGS -m64"
CXXFLAGS="$CXXFLAGS -m64" CXXFLAGS="$CXXFLAGS -m64 -lgpg-error"
fi fi
fi fi
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论