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:
committed by
Stefan Metzmacher
parent
166195b487
commit
03270c5ffd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user