diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:10:41 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:10:41 -0600 |
commit | 7422cac1a18dca897d3830a267eb91683d05a95b (patch) | |
tree | 2ba309f49b47a5fbb0b226801b224c2532b7ab1a /config.h.in | |
parent | 3fe437def8063926892bddf2dcc733861308836d (diff) | |
download | koffice-7422cac1a18dca897d3830a267eb91683d05a95b.tar.gz koffice-7422cac1a18dca897d3830a267eb91683d05a95b.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in index 84789ce5..626a3929 100644 --- a/config.h.in +++ b/config.h.in @@ -68,7 +68,7 @@ /* Defines if your system has the fontconfig and freetype libraries */ #undef HAVE_KARBONTEXT -/* Define to 1 if you have the <kspell2/broker.h> header file. */ +/* Define to 1 if you have the <tdespell2/broker.h> header file. */ #undef HAVE_KSPELL2_BROKER_H /* Defines if your system has the libart library */ @@ -77,7 +77,7 @@ /* Define if you have libjpeg */ #undef HAVE_LIBJPEG -/* If we are going to use libkspell2 for spell-checking */ +/* If we are going to use libtdespell2 for spell-checking */ #undef HAVE_LIBKSPELL2 /* Define if you have libpng */ |