summaryrefslogtreecommitdiffstats
path: root/configure.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in.in')
-rw-r--r--configure.in.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in.in b/configure.in.in
index 4864ff06..97468718 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -266,7 +266,7 @@ KDE_CHECK_MDI
AC_DEFUN([KDE_CHECK_KNS],
[
- AC_MSG_CHECKING(whether to use the knewstuff lib from tdelibs)
+ AC_MSG_CHECKING(whether to use the tdenewstuff lib from tdelibs)
AC_CACHE_VAL(ac_cv_kns_setup,
[
AC_LANG_SAVE
@@ -290,7 +290,7 @@ AC_DEFUN([KDE_CHECK_KNS],
])
if test "$ac_cv_kns_setup" = "yes"; then
- LIB_KNS="-lknewstuff"
+ LIB_KNS="-ltdenewstuff"
AC_MSG_RESULT(yes)
else
LIB_KNS=''
@@ -300,7 +300,7 @@ AC_DEFUN([KDE_CHECK_KNS],
AC_SUBST(LIB_KNS)
])
-dnl Check if knewstuff is present, if not don't bother..
+dnl Check if tdenewstuff is present, if not don't bother..
KDE_CHECK_KNS
dnl remove when fixed