mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
r26188: Now that swig output is pregenerated, allow building python code without swig installed.
This commit is contained in:
committed by
Stefan Metzmacher
parent
ef790ebf3a
commit
f97f82adbd
@ -116,7 +116,7 @@ AC_SUBST(PYTHON_EXTRA_LDFLAGS)
|
|||||||
|
|
||||||
SMB_EXT_LIB(LIBPYTHON, [$PYTHON_LDFLAGS], [$PYTHON_CPPFLAGS])
|
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
|
then
|
||||||
SMB_ENABLE(LIBPYTHON,YES)
|
SMB_ENABLE(LIBPYTHON,YES)
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user