1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

python: Don't attempt to build shared and static versions of modules, because it's just not going to work with the current build system.

This commit is contained in:
Jelmer Vernooij 2008-01-16 17:50:29 +01:00
parent 50b8a16d0c
commit d9b4a5bb17

View File

@ -182,7 +182,7 @@ sub check_python($$$)
$python->{SUBSYSTEM} = "LIBPYTHON";
check_module($INPUT, $python, ["SHARED_LIBRARY", "STATIC_LIBRARY"]);
check_module($INPUT, $python, $default_ot);
}
sub check_binary($$)