p4est: use autoreconf only for @:2.2 (#24528)
This fixes @2.3.2 build breakage with #23824 changes.
This commit is contained in:
parent
cf0b3632ff
commit
8937102006
1 changed files with 3 additions and 2 deletions
|
@ -48,6 +48,7 @@ class P4est(AutotoolsPackage):
|
|||
when='@2.0')
|
||||
|
||||
def autoreconf(self, spec, prefix):
|
||||
if self.spec.satisfies('@:2.2'):
|
||||
bootstrap = Executable('./bootstrap')
|
||||
bootstrap()
|
||||
|
||||
|
|
Loading…
Reference in a new issue