Explorar el Código

Don't use -lz for libxml2 checking

Serj Kalichev hace 9 años
padre
commit
97b941612c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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])