返回列表 发帖

[问题求助] 这段Shell在干什么,配置libpng的脚本

  1. if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
  2.   cat >>confdefs.h <<_ACEOF
  3. #define HAVE_LIBZ 1
  4. _ACEOF
  5.   LIBS="-lz $LIBS"
  6. else
  7.   as_fn_error $? "zlib not installed" "$LINENO" 5
  8. fi
复制代码
程序配置的时候这里出错了。

返回列表