mirror of
https://github.com/samba-team/samba.git
synced 2025-07-02 20:59:09 +03:00
r26188: Now that swig output is pregenerated, allow building python code without swig installed.
(This used to be commit f97f82adbd
)
This commit is contained in:
committed by
Stefan Metzmacher
parent
f023784d06
commit
660077476f
@ -116,7 +116,7 @@ AC_SUBST(PYTHON_EXTRA_LDFLAGS)
|
||||
|
||||
SMB_EXT_LIB(LIBPYTHON, [$PYTHON_LDFLAGS], [$PYTHON_CPPFLAGS])
|
||||
|
||||
if test x$working_python = xyes && test x$SWIG != xno
|
||||
if test x$working_python = xyes
|
||||
then
|
||||
SMB_ENABLE(LIBPYTHON,YES)
|
||||
else
|
||||
|
Reference in New Issue
Block a user