diff options
Diffstat (limited to 'conduits/configure.in.in')
-rw-r--r-- | conduits/configure.in.in | 2 |
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) |