1
0
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:
Jelmer Vernooij
2007-11-28 22:41:37 +01:00
committed by Stefan Metzmacher
parent f023784d06
commit 660077476f

View File

@ -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