From baff308f169dc90449f55d207627135a44d14bbd Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 10 Feb 2003 10:36:09 +0000 Subject: As metze mentioned, this is the proper way to find perl... Andrew Bartlett (This used to be commit f364921864bf4c33580c432f0d328c7ffc48a7df) --- source3/configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index 9285b42c10..0d9814f681 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -274,6 +274,7 @@ dnl Checks for programs. AC_PROG_CC AC_PROG_INSTALL AC_PROG_AWK +AC_PATH_PROG(PERL, perl) dnl Check if we use GNU ld LD=ld -- cgit