summaryrefslogtreecommitdiffstats
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
commit66c6ae5116887a0b7aed591c511d7af23539cbb7 (patch)
tree83c5c58444873fbbc77e4a7487a4068d809dda6c
parent4438d6166ff18d1819f24a2c5a9c6c76cc2b9c9c (diff)
downloaddolphin-66c6ae5116887a0b7aed591c511d7af23539cbb7.tar.gz
dolphin-66c6ae5116887a0b7aed591c511d7af23539cbb7.zip
Rename kde libraries to tde
-rw-r--r--acinclude.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index b4f84b7..1e36955 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