Skip to content

Commit

Permalink
Merge pull request #92 from bhundven/update_strace
Browse files Browse the repository at this point in the history
strace: add versions 4.9 and 4.10
  • Loading branch information
bhundven committed May 25, 2015
2 parents 7817c1f + ba0b6d7 commit 3366167
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/debug/strace.in
Expand Up @@ -8,6 +8,16 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW

config STRACE_V_4_10
bool
prompt "4.10"
depends on CONFIGURE_has_xz

config STRACE_V_4_9
bool
prompt "4.9"
depends on CONFIGURE_has_xz

config STRACE_V_4_8
bool
prompt "4.8"
Expand Down Expand Up @@ -41,6 +51,8 @@ config STRACE_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "4.10" if STRACE_V_4_10
default "4.9" if STRACE_V_4_9
default "4.8" if STRACE_V_4_8
default "4.7" if STRACE_V_4_7
default "4.6" if STRACE_V_4_6
Expand Down

0 comments on commit 3366167

Please sign in to comment.