From 8c039e5c911824ca3620ab5dc70cccbb50f58c3a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 27 Sep 2004 09:26:37 +0000 Subject: r2683: Fix a couple of compile warnings, depend on gtk+-2.4 (This used to be commit 4668384717eda878583477b8f455809056885120) --- source4/gtk/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/gtk/config.m4') diff --git a/source4/gtk/config.m4 b/source4/gtk/config.m4 index 757ce59c07..7757eae8be 100644 --- a/source4/gtk/config.m4 +++ b/source4/gtk/config.m4 @@ -1,6 +1,6 @@ dnl # LIB GTK SMB subsystem -SMB_EXT_LIB_FROM_PKGCONFIG(gtk, [glib-2.0 gtk+-2.0]) +SMB_EXT_LIB_FROM_PKGCONFIG(gtk, [glib-2.0 gtk+-2.0>=2.4]) SMB_SUBSYSTEM_ENABLE(GTKSMB, NO) SMB_BINARY_ENABLE(gregedit, NO) SMB_BINARY_ENABLE(gwcrontab, NO) -- cgit