diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-03-10 12:36:42 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-03-10 12:36:42 +0100 |
commit | ac604330871504e88e4bcd37433bbf3717d97a88 (patch) | |
tree | df471fd2b53b3d0f7eebb919d5eb93f875ea1889 /source4/build | |
parent | e3f6a9a0d4232d7ff41d2085641f35a0bf7b229f (diff) | |
download | samba-ac604330871504e88e4bcd37433bbf3717d97a88.tar.gz samba-ac604330871504e88e4bcd37433bbf3717d97a88.tar.bz2 samba-ac604330871504e88e4bcd37433bbf3717d97a88.zip |
No longer accept VERSION and SO_VERSION in perl code.
(This used to be commit 3c9af5c1155b55204145c13622481fc68b876cc5)
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/smb_build/config_mk.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/build/smb_build/config_mk.pm b/source4/build/smb_build/config_mk.pm index ce483d6cfa..7b23e83934 100644 --- a/source4/build/smb_build/config_mk.pm +++ b/source4/build/smb_build/config_mk.pm @@ -73,8 +73,6 @@ my $section_types = { "USE_HOSTCC" => "bool" }, "LIBRARY" => { - "VERSION" => "string", - "SO_VERSION" => "string", "LIBRARY_REALNAME" => "string", "INIT_FUNCTION_TYPE" => "string", |