소스 검색

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])