diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-06-03 00:23:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-06-03 00:23:38 +0800 |
commit | f2f9d1f22e3e723aa3508fa0ec91e780bbf2d3f9 (patch) | |
tree | 4e473f2c3056aa04c0f9a36f62ad30277759175f /configure.ac | |
parent | 9934dcecd2b983e671ceb0daa1466ad8d13d90b3 (diff) | |
download | gsoc2013-evolution-f2f9d1f22e3e723aa3508fa0ec91e780bbf2d3f9.tar.gz gsoc2013-evolution-f2f9d1f22e3e723aa3508fa0ec91e780bbf2d3f9.tar.zst gsoc2013-evolution-f2f9d1f22e3e723aa3508fa0ec91e780bbf2d3f9.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 1a9f816843..a4d35b0c39 100644 --- a/configure.ac +++ b/configure.ac @@ -1293,26 +1293,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 ***************** @@ -2006,17 +1986,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 e-util/Makefile filter/Makefile |