1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-10 04:23:50 +03:00

r26575: Build a private copy of the Python executable for Samba 4, so we know we're always using the same library we build the modules for.

This commit is contained in:
Jelmer Vernooij
2007-12-23 22:06:29 -06:00
committed by Stefan Metzmacher
parent 166195b487
commit 03270c5ffd
4 changed files with 46 additions and 13 deletions

View File

@@ -41,9 +41,11 @@ then
Py_InitModule(NULL, NULL);
],[
SMB_ENABLE(LIBPYTHON,YES)
SMB_ENABLE(smbpython,YES)
AC_MSG_RESULT([yes])
],[
SMB_ENABLE(LIBPYTHON,NO)
SMB_ENABLE(smbpython,NO)
AC_MSG_RESULT([no])
])
@@ -51,5 +53,6 @@ then
CFLAGS="$ac_save_CFLAGS"
else
SMB_ENABLE(LIBPYTHON,NO)
SMB_ENABLE(smbpython,NO)
AC_MSG_RESULT([no])
fi