Check for dialog

This commit is contained in:
Bandie 2018-10-31 23:31:37 +01:00
parent 70089b7bf1
commit feca19849e
Signed by: Bandie
GPG Key ID: C1E133BC65A822DD
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,11 @@ fi
AC_DEFINE_UNQUOTED([PO4A], "$PO4A",
[path to po4a])
AC_PATH_PROG([DIALOG],dialog)
if test -z "$DIALOG" ; then
AC_MSG_ERROR([Please install dialog. Needed by pam_panic_config])
fi
AC_PATH_PROG([REBOOT], [reboot])
AC_DEFINE_UNQUOTED([REBOOT], "$REBOOT",
[path to the reboot command])