mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
13 lines
181 B
Plaintext
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
|
|
])
|