diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:11:50 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:11:50 -0600 |
commit | 2c8f340d818cfcf04565422487d3df6b3da89b59 (patch) | |
tree | 65b6828bace2360819c5695c67bf3bbd1deee617 /conduits/configure.in.in | |
parent | 6eef509431d58c353bf985a3c9faf944915f9446 (diff) | |
download | kpilot-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.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) |