]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
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>
Tue, 18 Nov 2014 20:09:04 +0000 (21:09 +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 659b316bae49e6af5a86e65bd6f2b16ed9925c14..cb32e607e68f5c9daf713a7ef668286be356d915 100644 (file)
@@ -573,7 +573,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')