python: Don't attempt to build shared and static versions of modules, because it...
authorJelmer Vernooij <jelmer@samba.org>
Wed, 16 Jan 2008 16:50:29 +0000 (17:50 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 16 Jan 2008 16:58:50 +0000 (17:58 +0100)
(This used to be commit d9b4a5bb172be74db3c16b50426810f1bdedd00e)

source4/build/smb_build/input.pm

index 0b26aee65e37319dc539283766301b8f87df5604..6d5c4f4a1ed5fbdb610802467d19d112a75416f9 100644 (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($$)