summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/config_mk.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-06-19 23:05:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:33 -0500
commit18a1d6862f8f8f52cbd4bd16756ab5ebb81503e7 (patch)
tree2bd15d8cbcf87ae041de9e3c66c4d6afcd4e5f99 /source4/build/smb_build/config_mk.pm
parentf3661e2062e6d9757805e01c24c386c571fef02b (diff)
downloadsamba-18a1d6862f8f8f52cbd4bd16756ab5ebb81503e7.tar.gz
samba-18a1d6862f8f8f52cbd4bd16756ab5ebb81503e7.tar.bz2
samba-18a1d6862f8f8f52cbd4bd16756ab5ebb81503e7.zip
r7766: Treat NOPROTO as boolean.
Don't consider ALL_OBJS as a standard subsystem. (This used to be commit 6b9a12249f152e9c4635d4f6c7f3a1b885c78ec6)
Diffstat (limited to 'source4/build/smb_build/config_mk.pm')
-rw-r--r--source4/build/smb_build/config_mk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/config_mk.pm b/source4/build/smb_build/config_mk.pm
index 2df5df94f2..12d62437e3 100644
--- a/source4/build/smb_build/config_mk.pm
+++ b/source4/build/smb_build/config_mk.pm
@@ -12,7 +12,7 @@ use smb_build::input;
use strict;
my %attribute_types = (
- "NOPROTO" => "string",
+ "NOPROTO" => "bool",
"REQUIRED_SUBSYSTEMS" => "list",
"OUTPUT_TYPE" => "string",
"INIT_OBJ_FILES" => "list",