浏览代码

Don't use -lz for libxml2 checking

Serj Kalichev 9 年之前
父节点
当前提交
97b941612c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -408,7 +408,7 @@ if test "$xml_backend" = "libxml2" -o "$xml_backend" = "auto"; then
                      [xmlNewDoc],
                      [libxml2_lib_found=yes],
                      [libxml2_lib_found=no],
-                     [-lz])
+                     [])
         if test "x$libxml2_lib_found" != "xyes"; then
             if test "$xml_backend" = "auto"; then
                 AC_MSG_WARN([cannot find libxml2 library])