summaryrefslogtreecommitdiffstats
path: root/conduits/configure.in.in
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:11:50 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:11:50 -0600
commit2c8f340d818cfcf04565422487d3df6b3da89b59 (patch)
tree65b6828bace2360819c5695c67bf3bbd1deee617 /conduits/configure.in.in
parent6eef509431d58c353bf985a3c9faf944915f9446 (diff)
downloadkpilot-2c8f340d818cfcf04565422487d3df6b3da89b59.tar.gz
kpilot-2c8f340d818cfcf04565422487d3df6b3da89b59.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'conduits/configure.in.in')
-rw-r--r--conduits/configure.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/configure.in.in b/conduits/configure.in.in
index d1525ee..dcf63fe 100644
--- a/conduits/configure.in.in
+++ b/conduits/configure.in.in
@@ -170,7 +170,7 @@ dnl
dnl ----------------------------------------------------------------------------
AC_DEFUN([KPILOT_CHECK_KABC],[HAVE_KABC=0
-KDE_CHECK_HEADER(kresources/factory.h,HAVE_KABC=1,
+KDE_CHECK_HEADER(tderesources/factory.h,HAVE_KABC=1,
AC_MSG_WARN([KPILOT: Older kaddressbook version detected. No address book
conduit will be compiled.]))
AM_CONDITIONAL(include_abc, test "$HAVE_KABC" = 1)