summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
commit4d088ec3f91c335760a3a233b33123541ece7141 (patch)
treef9362f7df7b7383645584706c00f2d07accb7d3b /configure.in
parentc6d80c059c66bc2949fba164b080bb2a6b81bdbd (diff)
downloadamarok-4d088ec3f91c335760a3a233b33123541ece7141.tar.gz
amarok-4d088ec3f91c335760a3a233b33123541ece7141.zip
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/amarok@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index bc6b6f4d..53132749 100644
--- a/configure.in
+++ b/configure.in
@@ -1106,19 +1106,19 @@ AC_COMPILE_IFELSE([
#error KDE 3.4
#endif
],
- have_kde34="yes"
+ have_trinity4="yes"
DNSSD_LIBS=$LIB_KDNSSD
# echo "yes"
,
- have_kde34="no"
+ have_trinity4="no"
DNSSD_LIBS=""
# echo "no"
)
CXXFLAGS="$daapsave_CXXFLAGS"
AC_LANG_RESTORE
AC_SUBST(DNSSD_LIBS)
-AM_CONDITIONAL(atleast_kde34, [test x$have_kde34 != xno ])
-AC_MSG_RESULT($have_kde34)
+AM_CONDITIONAL(atleast_trinity4, [test x$have_trinity4 != xno ])
+AC_MSG_RESULT($have_trinity4)
###############################################################################
# END DAAP KDE 3.4 CHECK