diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-10-01 23:09:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-10-01 23:09:08 +0900 |
commit | c9f587dbd05a31aa98fdd4bcd2eb601202fbb442 (patch) | |
tree | 705306463f9ef9ce24a13e7e48e25d1edb93488a /configure.in.in | |
parent | b115ab4c4f934d8d6007fccad8326cdee5d67884 (diff) | |
download | tdebindings-c9f587dbd05a31aa98fdd4bcd2eb601202fbb442.tar.gz tdebindings-c9f587dbd05a31aa98fdd4bcd2eb601202fbb442.zip |
Fixed FTBFS and detection of tdenewstuff.
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 6 |
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 |