diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-10-16 21:04:21 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-10-16 21:38:21 +0800 |
commit | 4afc8d39bf9371d4e76eae54e5b8d825366476b7 (patch) | |
tree | 907e81320fc8161caec2b9732f6d2763bc735925 /configure.ac | |
parent | a902cc15ed320d304de306a0f63db127d41e3e18 (diff) | |
download | gsoc2013-evolution-4afc8d39bf9371d4e76eae54e5b8d825366476b7.tar.gz gsoc2013-evolution-4afc8d39bf9371d4e76eae54e5b8d825366476b7.tar.zst gsoc2013-evolution-4afc8d39bf9371d4e76eae54e5b8d825366476b7.zip |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 12 |
1 files changed, 0 insertions, 12 deletions
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 |