From bd2fdf0e616578ede630bd1dd9da5b74ea9b7d3a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 28 Dec 2014 19:56:26 -0500 Subject: Convert the SeaBIOS script --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4ded3ef..9faf3be 100644 --- a/configure.ac +++ b/configure.ac @@ -48,6 +48,11 @@ if test "x$HAVE_PYTHON" = x ; then AC_MSG_ERROR([Please install the 'python' utility]) fi +AC_CHECK_PROG(HAVE_IASL,iasl,yes) +if test "x$HAVE_IASL" = x ; then + AC_MSG_ERROR([Please install the 'iasl' utility, it is needed for SeaBIOS]) +fi + dnl This check is from grub's configure.ac AC_MSG_CHECKING([for unifont]) FONT_SOURCE= -- cgit v1.2.3