Remove automake dep in libelf. (#2328)

This commit is contained in:
Todd Gamblin 2016-11-12 21:25:14 -07:00 committed by GitHub
parent 7201053f2a
commit a5934fcaa6

View File

@ -38,7 +38,6 @@ class Libelf(AutotoolsPackage):
version('0.8.12', 'e21f8273d9f5f6d43a59878dc274fec7')
provides('elf')
depends_on('automake', type='build')
def configure_args(self):
args = ["--enable-shared",