Files
rtems/aclocal/path-perl.m4
2004-08-18 07:26:52 +00:00

13 lines
181 B
Plaintext

dnl $Id$
AC_DEFUN([RTEMS_PATH_PERL],
[
AC_PATH_PROG(PERL,perl)
if test -z "$PERL" ; then
AC_MSG_WARN(
[***]
[ perl was not found]
[ Note: Some tools will not be built.])
fi
])