Skip to content
  • Frediano Ziglio's avatar
    Fix issue using g_memdup2 · 21649747
    Frediano Ziglio authored and Jakub Jelen's avatar Jakub Jelen committed
    
    
    Due to the way Autoconf works you cannot reuse PKG_CHECK_MODULES
    for the same library so the compilation failed on some systems.
    Check using just code and defines instead of using configuration
    software.
    Also avoids macros to avoid side effects.
    
    Signed-off-by: default avatarFrediano Ziglio <freddy77@gmail.com>
    21649747