summaryrefslogblamecommitdiffstats
path: root/macros/path-perl.m4
blob: e0e7dbb1f0a6473c94a7c1515df42f57940055cb (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                         
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
])