Home
last modified time | relevance | path

Searched refs:with_zlib (Results 1 – 8 of 8) sorted by relevance

/third_party/libxml2/python/
Dsetup.py.in24 with_zlib = @WITH_ZLIB@ variable
167 if with_zlib == 1:
/third_party/protobuf/
Dconfigure.ac58 [],[with_zlib=check])
141 AS_IF([test "$with_zlib" != no], [
159 AS_IF([test "$with_zlib" != check], [
164 AS_IF([test "$with_zlib" = check], [
/third_party/flutter/skia/third_party/externals/freetype/builds/unix/
Dconfigure.raw356 [], [with_zlib=auto])
359 if test x"$with_zlib" = xyes -o x"$with_zlib" = xauto; then
395 if test x"$with_zlib" = xyes -a "$have_zlib" = no; then
/third_party/skia/third_party/externals/freetype/builds/unix/
Dconfigure.raw277 [], [with_zlib=auto])
280 if test x"$with_zlib" = xyes -o x"$with_zlib" = xauto; then
316 if test x"$with_zlib" = xyes -a "$have_zlib" = no; then
/third_party/freetype/builds/unix/
Dconfigure.raw356 [], [with_zlib=auto])
359 if test x"$with_zlib" = xyes -o x"$with_zlib" = xauto; then
395 if test x"$with_zlib" = xyes -a "$have_zlib" = no; then
Dconfigure.ac356 [], [with_zlib=auto])
359 if test x"$with_zlib" = xyes -o x"$with_zlib" = xauto; then
395 if test x"$with_zlib" = xyes -a "$have_zlib" = no; then
Dconfigure13511 if test "${with_zlib+set}" = set; then :
13512 withval=$with_zlib;
13519 if test x"$with_zlib" = xyes -o x"$with_zlib" = xauto; then
13672 if test x"$with_zlib" = xyes -a "$have_zlib" = no; then
/third_party/libxml2/
Dconfigure.ac365 if test "$with_zlib" = ""
367 with_zlib=no
380 if test "$with_zlib" = "no"; then
383 # Don't run pkg-config if with_zlib contains a path.