summaryrefslogtreecommitdiffstats
path: root/macros/path-perl.m4
diff options
context:
space:
mode:
Diffstat (limited to 'macros/path-perl.m4')
-rw-r--r--macros/path-perl.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/macros/path-perl.m4 b/macros/path-perl.m4
deleted file mode 100644
index e0e7dbb1f0..0000000000
--- a/macros/path-perl.m4
+++ /dev/null
@@ -1,12 +0,0 @@
-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
-])