diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-06-03 00:23:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-06-03 02:04:26 +0800 |
commit | 6e87927dac9c7620d8e0650fde085e45c735fb29 (patch) | |
tree | 9ae3489e06135487a1da95b6ff864b97985ba79d /configure.ac | |
parent | 0ad38c65f59b24c9bc3eb9b7be0beefe0050c639 (diff) | |
download | gsoc2013-evolution-6e87927dac9c7620d8e0650fde085e45c735fb29.tar.gz gsoc2013-evolution-6e87927dac9c7620d8e0650fde085e45c735fb29.tar.zst gsoc2013-evolution-6e87927dac9c7620d8e0650fde085e45c735fb29.zip |
Bug 582939 – Drop support for CDE
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/configure.ac b/configure.ac index 12650c47ed..f272adf5ca 100644 --- a/configure.ac +++ b/configure.ac @@ -1298,26 +1298,6 @@ else fi AM_CONDITIONAL(ENABLE_EXCHANGE, [test x$enable_exchange = xyes]) -dnl ****************** -dnl CDE dtappintegrate -dnl ****************** - -AC_ARG_WITH([cde-path], - AC_HELP_STRING([--with-cde-path=PATH], - [Location of CDE installation]), - [with_cde_path=$withval],[with_cde_path=/usr/dt]) - -AC_MSG_CHECKING(for dtappintegrate) -if test -x "$with_cde_path/bin/dtappintegrate" ; then - DTAPPINTEGRATE="$with_cde_path/bin/dtappintegrate" -else - DTAPPINTEGRATE="no" -fi -AC_MSG_RESULT([$DTAPPINTEGRATE]) - -AC_SUBST(DTAPPINTEGRATE) -AM_CONDITIONAL(HAVE_DTAPPINTEGRATE, [test x$DTAPPINTEGRATE != xno]) - dnl ***************** dnl killall or pkill? dnl ***************** @@ -2036,17 +2016,6 @@ addressbook/tools/csv2vcard addressbook/util/Makefile art/Makefile data/Makefile -data/cde_app_root/Makefile -data/cde_app_root/dt/Makefile -data/cde_app_root/dt/appconfig/Makefile -data/cde_app_root/dt/appconfig/appmanager/Makefile -data/cde_app_root/dt/appconfig/appmanager/C/Makefile -data/cde_app_root/dt/appconfig/appmanager/C/Ximian/Makefile -data/cde_app_root/dt/appconfig/icons/Makefile -data/cde_app_root/dt/appconfig/icons/C/Makefile -data/cde_app_root/dt/appconfig/types/Makefile -data/cde_app_root/dt/appconfig/types/C/Makefile -data/cde_app_root/dt/appconfig/types/C/Ximian.dt data/icons/Makefile doc/Makefile doc/reference/Makefile |