libtheora: Remove unneeded autoreconf section (#44063)
* Remove autoreconf section that was causing issues with libtool mismatch. Fixes issue #43498
This commit is contained in:
parent
8160a96b27
commit
30a9ab749d
@ -76,12 +76,6 @@ def configure_args(self):
|
|||||||
args += ["LIBS=-lm"]
|
args += ["LIBS=-lm"]
|
||||||
return args
|
return args
|
||||||
|
|
||||||
def autoreconf(self, pkg, spec, prefix):
|
|
||||||
sh = which("sh")
|
|
||||||
# arguments are passed on to configure, let it just print its version
|
|
||||||
# and exit, so that configure can run in the configure build phase
|
|
||||||
sh("./autogen.sh", "-V")
|
|
||||||
|
|
||||||
|
|
||||||
class MSBuildBuilder(MSBuildBuilder):
|
class MSBuildBuilder(MSBuildBuilder):
|
||||||
def is_64bit(self):
|
def is_64bit(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user