config/debug/strace.in
changeset 3325 069f43a215cc
parent 3149 e1611da4bb05
     1.1 --- a/config/debug/strace.in	Wed Dec 26 19:54:12 2012 +0100
     1.2 +++ b/config/debug/strace.in	Wed Jun 25 23:33:01 2014 +0200
     1.3 @@ -8,6 +8,16 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config STRACE_V_4_8
     1.8 +    bool
     1.9 +    prompt "4.8"
    1.10 +    depends on CONFIGURE_has_xz
    1.11 +
    1.12 +config STRACE_V_4_7
    1.13 +    bool
    1.14 +    prompt "4.7"
    1.15 +    depends on CONFIGURE_has_xz
    1.16 +
    1.17  config STRACE_V_4_6
    1.18      bool
    1.19      prompt "4.6"
    1.20 @@ -31,6 +41,8 @@
    1.21      string
    1.22  # Don't remove next line
    1.23  # CT_INSERT_VERSION_STRING_BELOW
    1.24 +    default "4.8" if STRACE_V_4_8
    1.25 +    default "4.7" if STRACE_V_4_7
    1.26      default "4.6" if STRACE_V_4_6
    1.27      default "4.5.20" if STRACE_V_4_5_20
    1.28      default "4.5.19" if STRACE_V_4_5_19