freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][freetype/freetype][master] * builds/unix/configure.raw: Restore `S


From: Werner Lemberg (@wl)
Subject: [Git][freetype/freetype][master] * builds/unix/configure.raw: Restore `SYSTEM_ZLIB` variable.
Date: Sun, 02 Jan 2022 17:38:22 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType

Commits:

3 changed files:

Changes:

  • builds/unix/configure.raw
    ... ... @@ -317,6 +317,12 @@ if test x"$with_zlib" = xyes -a "$have_zlib" = no; then
    317 317
       AC_MSG_ERROR([external zlib support requested but library not found])
    
    318 318
     fi
    
    319 319
     
    
    320
    +SYSTEM_ZLIB=
    
    321
    +if test "$have_zlib" != no; then
    
    322
    +  SYSTEM_ZLIB=yes
    
    323
    +fi
    
    324
    +AC_SUBST([SYSTEM_ZLIB])
    
    325
    +
    
    320 326
     
    
    321 327
     # check for system libbz2
    
    322 328
     
    

  • devel/ftoption.h
    ... ... @@ -219,6 +219,10 @@ FT_BEGIN_HEADER
    219 219
        *   If you use a build system like cmake or the `configure` script,
    
    220 220
        *   options set by those programs have precedence, overwriting the value
    
    221 221
        *   here with the configured one.
    
    222
    +   *
    
    223
    +   *   If you use the GNU make build system directly (that is, without the
    
    224
    +   *   `configure` script) and you define this macro, you also have to pass
    
    225
    +   *   `SYSTEM_ZLIB=yes` as an argument to make.
    
    222 226
        */
    
    223 227
     /* #define FT_CONFIG_OPTION_SYSTEM_ZLIB */
    
    224 228
     
    

  • include/freetype/config/ftoption.h
    ... ... @@ -219,6 +219,10 @@ FT_BEGIN_HEADER
    219 219
        *   If you use a build system like cmake or the `configure` script,
    
    220 220
        *   options set by those programs have precedence, overwriting the value
    
    221 221
        *   here with the configured one.
    
    222
    +   *
    
    223
    +   *   If you use the GNU make build system directly (that is, without the
    
    224
    +   *   `configure` script) and you define this macro, you also have to pass
    
    225
    +   *   `SYSTEM_ZLIB=yes` as an argument to make.
    
    222 226
        */
    
    223 227
     /* #define FT_CONFIG_OPTION_SYSTEM_ZLIB */
    
    224 228
     
    


  • reply via email to

    [Prev in Thread] Current Thread [Next in Thread]