HAVE_KDE_APPLNK.
* acconfig.h: HAVE_KDE_APPLNK. * configure.in (EVO_CHECK_LIB): AC_DEFINE `HAVE_KDE_APPLNK' in the case in which the kde applnk dir is found. Also fix the logic with the checking so it doesn't get fooled. svn path=/trunk/; revision=13877
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
2001-10-22 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* acconfig.h: HAVE_KDE_APPLNK.
|
||||
|
||||
* configure.in (EVO_CHECK_LIB): AC_DEFINE `HAVE_KDE_APPLNK' in the
|
||||
case in which the kde applnk dir is found. Also fix the logic
|
||||
with the checking so it doesn't get fooled.
|
||||
|
||||
2001-10-22 JP Rosevear <jpr@ximian.com>
|
||||
|
||||
* data/Makefile.am: include destdir in the path of the kde desktop
|
||||
|
||||
@ -24,6 +24,7 @@
|
||||
#undef ENABLE_NNTP
|
||||
#undef HAVE_BROKEN_SPOOL
|
||||
#undef ENABLE_PEDANTIC_PGPMIME
|
||||
#undef HAVE_KDE_APPLNK
|
||||
|
||||
/* db3 version */
|
||||
#undef EVOLUTION_DB_VERSION_MAJOR
|
||||
|
||||
@ -1032,12 +1032,13 @@ if test -z "$with_kde_applnk_path"; then
|
||||
fi
|
||||
if test -d "$with_kde_applnk_path" ; then
|
||||
AC_MSG_RESULT("$with_kde_applnk_path" found)
|
||||
AC_DEFINE(HAVE_KDE_APPLNK)
|
||||
KDE_APPLNK_DIR="$with_kde_applnk_path"
|
||||
else
|
||||
AC_MSG_RESULT(not found)
|
||||
KDE_APPLNK_DIR="no"
|
||||
KDE_APPLNK_DIR=""
|
||||
fi
|
||||
AM_CONDITIONAL(HAVE_KDE_APPLNK, test "x$with_kde_applnk_path" != xno)
|
||||
AM_CONDITIONAL(HAVE_KDE_APPLNK, test x"$KDE_APPLNK_DIR" != x)
|
||||
AC_SUBST(KDE_APPLNK_DIR)
|
||||
|
||||
dnl ******************************
|
||||
|
||||
Reference in New Issue
Block a user