Browse Source

Don't use -lz for libxml2 checking

Serj Kalichev 9 years ago
parent
commit
97b941612c
1 changed files with 1 additions and 1 deletions
  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])