]> git.sesse.net Git - vlc/blobdiff - configure.ac
Add gzip support to the http access. We never request it, we just know how to handle...
[vlc] / configure.ac
index 0b0835c5f48cd23f8cd0f195ddd26d0d9f2056f1..50bb0454f079f0ae77cf107356167174d849050f 100644 (file)
@@ -521,6 +521,10 @@ AC_CHECK_FUNCS(gethostbyname,,[
   ])
 ])
 
+AC_CHECK_HEADERS(zlib.h, [
+  VLC_ADD_LIBS([access_http],[-lz])
+])
+
 dnl Check for socklen_t
 AC_CACHE_CHECK([for socklen_t], ac_cv_type_socklen_t,
   [AC_TRY_COMPILE(