From c9f587dbd05a31aa98fdd4bcd2eb601202fbb442 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 1 Oct 2014 23:09:08 +0900 Subject: Fixed FTBFS and detection of tdenewstuff. --- configure.in.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.in.in') 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 -- cgit v1.2.1