lib: talloc: Allow destructors to reparent the object they're called on.
[metze/samba/wip.git] / wscript
diff --git a/wscript b/wscript
index 087e950af516e5bcb8d18b1325ae9d1eabf84719..85620d6ab6e41f3b9999167c5250aa5f15d819fd 100644 (file)
--- a/wscript
+++ b/wscript
@@ -90,7 +90,7 @@ def configure(conf):
 
     conf.RECURSE('lib/replace')
 
-    conf.find_program('perl', var='PERL', mandatory=True)
+    conf.SAMBA_CHECK_PERL(mandatory=True)
     conf.find_program('xsltproc', var='XSLTPROC')
 
     conf.SAMBA_CHECK_PYTHON(mandatory=True)