summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-05 21:46:04 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-05 21:46:04 -0500
commit7f7bbd281a5f20614aafd59d17aea1939524a988 (patch)
tree21789592c0ae825e137912c6a684dcacb696659d /acinclude.m4
parent28099f4e7486da99017229d94037e295faa4481c (diff)
downloaddigikam-7f7bbd281a5f20614aafd59d17aea1939524a988.tar.gz
digikam-7f7bbd281a5f20614aafd59d17aea1939524a988.zip
Rename kde libraries to tde
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 330ecf5..8d793d6 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1809,7 +1809,7 @@ AC_CACHE_VAL(ac_cv_have_kde,
if test "$kde_qtver" = 1; then
kde_check_header="ksock.h"
- kde_check_lib="libkdecore.la"
+ kde_check_lib="libtdecore.la"
else
kde_check_header="ksharedptr.h"
kde_check_lib="libkio.la"
@@ -2194,7 +2194,7 @@ if test "x$kde_cv_func_$1" = xyes; then
else
case "$1" in
setenv|unsetenv|usleep|random|srandom|seteuid|mkstemps|mkstemp|revoke|vsnprintf|strlcpy|strlcat)
- kde_cv_proto_$1="yes - in libkdefakes"
+ kde_cv_proto_$1="yes - in libtdefakes"
;;
*)
kde_cv_proto_$1=unknown