From f210b988049615f3f0caf6344b575e2b8f064edd Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 8 Oct 2004 09:37:55 +0000 Subject: r2858: fix a few SMB_EXT_LIB_FROM_PKGCONFIG() bugs metze (This used to be commit 285d1ea4b09d4fc325544ad1b98244cc1046759c) --- source4/gtk/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/gtk') diff --git a/source4/gtk/config.m4 b/source4/gtk/config.m4 index 7757eae8be..0518f3af55 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>=2.4]) +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