From ac604330871504e88e4bcd37433bbf3717d97a88 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 10 Mar 2008 12:36:42 +0100 Subject: No longer accept VERSION and SO_VERSION in perl code. (This used to be commit 3c9af5c1155b55204145c13622481fc68b876cc5) --- source4/build/smb_build/config_mk.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/build/smb_build/config_mk.pm') 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", -- cgit