p4est: use autoreconf only for @:2.2 (#24528)
This fixes @2.3.2 build breakage with #23824 changes.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user