s3:build: don't detect perl in source3/wscript again.
authorMichael Adam <obnox@samba.org>
Wed, 27 Aug 2014 20:19:38 +0000 (22:19 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 17 Nov 2014 20:21:13 +0000 (21:21 +0100)
This is done in the top level now.

Signed-off-by: Michael Adam <obnox@samba.org>
(cherry picked from commit e7fc38a7df90e26a96ec5573042dccc1746e4f2c)

source3/wscript

index bac3dd588a2f6a4fade584713b0cb8dc26d35c91..10aa23263ca0d4b960a38072d1a0b4c6053d30ed 100644 (file)
@@ -565,7 +565,6 @@ msg.msg_acctrightslen = sizeof(fd);
         conf.DEFINE('WITH_WINBIND', '1')
 
     conf.find_program('awk', var='AWK')
-    conf.find_program('perl', var='PERL')
 
     conf.CHECK_HEADERS('asm/types.h')