Skip to content
  • Matthew Barnes's avatar
    Remove --enable-strict configure option. · 2cbdd00f
    Matthew Barnes authored
    GLib/GTK+ uses different deprecation macros nowadays.
    
    The MIN_REQUIRED macros do a better job of catching deprecated symbol
    usage up to the minimum build requirement, and the MAX_ALLOWED macros
    catch symbol usage that violates our minimum build requirement.
    
    These newer deprecation macros are always enabled, so we don't need a
    special configure flag for them.
    2cbdd00f