Modify range for ucs4 2.* configure arguments

This commit is contained in:
Paul Hopkins 2016-07-07 13:18:40 +01:00
parent 8c1274bbbb
commit 719b6bfffd

View file

@ -91,7 +91,7 @@ def install(self, spec, prefix):
]
if '+ucs4' in spec:
if spec.satisfies('@:3.0'):
if spec.satisfies('@:2.7'):
config_args.append('--enable-unicode=ucs4')
elif spec.satisfies('@3.0:3.2'):
config_args.append('--with-wide-unicode')