mirror of
https://github.com/samba-team/samba.git
synced 2025-03-05 20:58:40 +03:00
build: do full SAMBA_CHECK_PERL() check in configure
...instead of only checking for the perl binary This autodetects PERL_LIB_INSTALL_DIR and removes the need of the --with-perl-lib-install-dir when using a --prefix!=/usr. BUG: https://bugzilla.samba.org/show_bug.cgi?id=10472 Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
75c3e240e0
commit
7bf9e937ae
2
wscript
2
wscript
@ -99,7 +99,7 @@ def configure(conf):
|
||||
conf.env.replace_add_global_pthread = True
|
||||
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, version=(2,5,0))
|
||||
|
Loading…
x
Reference in New Issue
Block a user