Revert "Check for dirname"

This reverts commit eaba486160.
This commit is contained in:
Bandie 2018-11-01 13:08:39 +01:00
parent eaba486160
commit da6de80615
Signed by: Bandie
GPG Key ID: C1E133BC65A822DD
1 changed files with 0 additions and 7 deletions

View File

@ -23,13 +23,6 @@ AM_PROG_AR
AM_GNU_GETTEXT_VERSION(0.18.3)
AM_GNU_GETTEXT([external])
AC_PATH_PROG([DIRNAME],dirname)
if test -z "$DIRNAME" ; then
AC_MSG_ERROR([dirname is needed to make proper installation])
fi
AC_DEFINE_UNQUOTED([DIRNAME], "$DIRNAME",
[path to dirname])
AC_PATH_PROG([PO4A],po4a)
if test -z "$PO4A" ; then
AC_MSG_ERROR([Please install po4a before building pam_panic.])