diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-23 00:57:05 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-23 00:57:05 +0800 |
commit | ff55521bec80d0e26fde8d8dac2efa8da3bfb843 (patch) | |
tree | cda3d5cff6d2d2ad48b02f5547a429e365ef8d6b /acconfig.h | |
parent | 5e9d81e541449d811574d64c9f0e84e0cf24b536 (diff) | |
download | gsoc2013-evolution-ff55521bec80d0e26fde8d8dac2efa8da3bfb843.tar.gz gsoc2013-evolution-ff55521bec80d0e26fde8d8dac2efa8da3bfb843.tar.zst gsoc2013-evolution-ff55521bec80d0e26fde8d8dac2efa8da3bfb843.zip |
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
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index fbdbbe8f76..3bc0c6d604 100644 --- a/acconfig.h +++ b/acconfig.h @@ -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 |