D: Use configure-detected default language version for test-suite.
This commit is contained in:
parent
24ceed86b4
commit
7c57ebf888
1 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,10 @@ srcdir = @srcdir@
|
|||
top_srcdir = ../@top_srcdir@
|
||||
top_builddir = ../@top_builddir@
|
||||
|
||||
ifeq (,$(D_VERSION))
|
||||
D_VERSION = @DDEFAULTVERSION@
|
||||
endif
|
||||
|
||||
ifeq (2,$(D_VERSION))
|
||||
VERSIONSUFFIX = .2
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue