summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorVratislav Podzimek <vpodzime@redhat.com>2012-08-16 13:24:39 +0200
committerVratislav Podzimek <vpodzime@redhat.com>2012-08-17 20:10:10 +0200
commit7ba8c68d9756703def1c015f06097ca4a2888735 (patch)
treebf3b4481e779aca6f8eebf6b27c9d885602c9751 /configure.ac
parent45c7d8baaebcb9d2b95c437869a16168c313f486 (diff)
downloadanaconda-7ba8c68d9756703def1c015f06097ca4a2888735.tar.gz
anaconda-7ba8c68d9756703def1c015f06097ca4a2888735.tar.xz
anaconda-7ba8c68d9756703def1c015f06097ca4a2888735.zip
Remove isomd5sum-static from build requires
This was only needed in loader's media checking code we no longer have.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index ab1873f98..31f2eb991 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,10 +53,6 @@ AC_CHECK_LIB([blkid], [blkid_get_cache],
[AC_SUBST(BLKID_LIBS, [-lblkid])],
[AC_MSG_FAILURE([*** libblkid not usable.])])
-AC_CHECK_LIB([checkisomd5], [mediaCheckFile],
- [AC_SUBST(CHECKISOMD5_LIBS, [-lcheckisomd5])],
- [AC_MSG_FAILURE([*** libcheckisomd5 not usable.])])
-
AC_CHECK_LIB([ext2fs], [ext2fs_initialize],
[AC_SUBST(EXT2FS_LIBS, [-lext2fs])],
[AC_MSG_FAILURE([*** libext2fs not usable.])])