diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-09-27 11:38:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:59:22 -0500 |
commit | f63e3ae1f74966ba2e6eeb4a3830b81d3df5c67f (patch) | |
tree | 720dc9aba0c2f4dbb0717471a2f81a5256d7c4f4 /source4/lib/registry | |
parent | c8a7c5b95ef33ea4695f9b0bb50afaa547119337 (diff) | |
download | samba-f63e3ae1f74966ba2e6eeb4a3830b81d3df5c67f.tar.gz samba-f63e3ae1f74966ba2e6eeb4a3830b81d3df5c67f.tar.bz2 samba-f63e3ae1f74966ba2e6eeb4a3830b81d3df5c67f.zip |
r2686: remove unused gtk+ check
metze
(This used to be commit d1e8b340a9942553ec7f281affd11ea4315ac448)
Diffstat (limited to 'source4/lib/registry')
-rw-r--r-- | source4/lib/registry/config.m4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/lib/registry/config.m4 b/source4/lib/registry/config.m4 index 4fdde67faf..f3681e7828 100644 --- a/source4/lib/registry/config.m4 +++ b/source4/lib/registry/config.m4 @@ -15,8 +15,6 @@ if test t$SMB_EXT_LIB_ENABLE_gconf = tYES; then SMB_MODULE_DEFAULT(registry_gconf, STATIC) fi -SMB_EXT_LIB_FROM_PKGCONFIG(gtk, [glib-2.0 gtk+-2.0]) - SMB_MODULE_MK(registry_nt4, REGISTRY, STATIC, lib/registry/config.mk) SMB_MODULE_MK(registry_w95, REGISTRY, STATIC, lib/registry/config.mk) SMB_MODULE_MK(registry_dir, REGISTRY, STATIC, lib/registry/config.mk) |