summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/check_perl.m4
blob: 5f5f614f84315b2be67f41139353d838453d3c36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
dnl SMB Build Environment Perl Checks
dnl -------------------------------------------------------
dnl  Copyright (C) Stefan (metze) Metzmacher 2004
dnl  Released under the GNU GPL
dnl -------------------------------------------------------
dnl

AC_PATH_PROG(PERL, perl)
if test x"$PERL" = x""; then
	AC_MSG_WARN([No version of perl was not found!])
	AC_MSG_ERROR([Please Install perl from http://www.perl.com/])
fi
if test x"$debug" = x"yes";then
	PERL="$PERL -W"
fi