diff options
Diffstat (limited to 'source4/gtk/config.m4')
-rw-r--r-- | source4/gtk/config.m4 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/source4/gtk/config.m4 b/source4/gtk/config.m4 index 8338470bf9..c15d93ddef 100644 --- a/source4/gtk/config.m4 +++ b/source4/gtk/config.m4 @@ -1,17 +1,17 @@ dnl # LIB GTK SMB subsystem 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) -SMB_BINARY_ENABLE(gwsam, NO) -SMB_BINARY_ENABLE(gepdump, NO) +SMB_ENABLE(GTKSMB, NO) +SMB_ENABLE(gregedit, NO) +SMB_ENABLE(gwcrontab, NO) +SMB_ENABLE(gwsam, NO) +SMB_ENABLE(gepdump, NO) if test t$SMB_EXT_LIB_ENABLE_gtk = tYES; then - SMB_SUBSYSTEM_ENABLE(GTKSMB, YES) - SMB_BINARY_ENABLE(gregedit, YES) - SMB_BINARY_ENABLE(gwcrontab, YES) - SMB_BINARY_ENABLE(gwsam, YES) - SMB_BINARY_ENABLE(gepdump, YES) + SMB_ENABLE(GTKSMB, YES) + SMB_ENABLE(gregedit, YES) + SMB_ENABLE(gwcrontab, YES) + SMB_ENABLE(gwsam, YES) + SMB_ENABLE(gepdump, YES) AC_DEFINE(HAVE_GTK, 1, [Whether GTK+ is available]) fi |