From 4afc8d39bf9371d4e76eae54e5b8d825366476b7 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 16 Oct 2012 09:04:21 -0400 Subject: Bug 676141 - Use GtkApplication for session management As of GTK+ 3.4, GtkApplication now provides session management support similar to EggSMClient. So drop our copy of EggSMClient. --- configure.ac | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index db4a7af05f..68dad6266c 100644 --- a/configure.ac +++ b/configure.ac @@ -1188,17 +1188,6 @@ CFLAGS=$save_cflags LIBS=$save_libs AC_MSG_RESULT([$ac_cv_have_iuth]) -dnl ***************** -dnl EggSMClient Flags -dnl ***************** -if test "x$os_win32" = "xyes"; then - PKG_CHECK_MODULES([EGG_SMCLIENT], [gtk+-3.0]) -else - PKG_CHECK_MODULES([EGG_SMCLIENT], [gtk+-3.0 ice sm]) -fi -AC_SUBST(EGG_SMCLIENT_CFLAGS) -AC_SUBST(EGG_SMCLIENT_LIBS) - dnl ******************* dnl Special directories dnl ******************* @@ -1682,7 +1671,6 @@ plugins/pst-import/Makefile plugins/publish-calendar/Makefile plugins/save-calendar/Makefile plugins/templates/Makefile -smclient/Makefile smime/Makefile smime/lib/Makefile smime/gui/Makefile -- cgit v1.2.3