mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-09 02:41:03 +01:00
12 lines
296 B
Text
12 lines
296 B
Text
![]() |
AC_DEFUN([PROG_PODCHECKER],[
|
||
|
AC_CHECK_PROG(PODCHECKER,podchecker,podchecker,no)
|
||
|
if test "$PODCHECKER" = "no"; then
|
||
|
AC_MSG_ERROR([
|
||
|
The podchecker program was not found in the default path. podchecker is part of
|
||
|
Perl, which can be retrieved from:
|
||
|
|
||
|
https://www.perl.org
|
||
|
])
|
||
|
fi
|
||
|
])
|