summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-05 21:46:05 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-05 21:46:05 -0500
commit885a9397c91abff0d02b8aafc0abb7cf52371896 (patch)
treed2740a4d4ef0945e70391a3b481579bfc180ac8a /acinclude.m4
parent48890a367f3393d255f98e775220878c120d7408 (diff)
downloadkbarcode-885a9397c91abff0d02b8aafc0abb7cf52371896.tar.gz
kbarcode-885a9397c91abff0d02b8aafc0abb7cf52371896.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 2b50376..47655d7 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1785,7 +1785,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"
@@ -2170,7 +2170,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