Changeset 3a547ee


Ignore:
Timestamp:
2019-11-28T00:22:56Z (4 years ago)
Author:
Robert Scheck <robert@…>
Branches:
master
Children:
b15cbc4
Parents:
b504415
Message:

g_hash_table_contains() exists since GLib >= 2.32

Usage of g_hash_table_contains() was introduced by commit 5c90890.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • README.md

    rb504415 r3a547ee  
    2828If you wish to compile it yourself, ensure you have the following packages and their headers:
    2929
    30 * glib 2.16 or newer (not to be confused with glibc)
     30* glib 2.32 or newer (not to be confused with glibc)
    3131* gnutls
    3232* python 2 or 3 (for the user guide)
  • configure

    rb504415 r3a547ee  
    5757arch=$(uname -s)
    5858
    59 GLIB_MIN_VERSION=2.16
     59GLIB_MIN_VERSION=2.32
    6060
    6161# Cygwin and Darwin don't support PIC/PIE
Note: See TracChangeset for help on using the changeset viewer.