diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:00 -0600 |
commit | 2d84c9d3ad0aaea0620658024537d54e6a7939f4 (patch) | |
tree | 35675532f42e78dbfcd56c6b344e1f0e79013a2e /configure.in.in | |
parent | 980972d200e109a643e5a10037d7f9fcf02382ed (diff) | |
download | tdebindings-2d84c9d3ad0aaea0620658024537d54e6a7939f4.tar.gz tdebindings-2d84c9d3ad0aaea0620658024537d54e6a7939f4.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
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 21f399df..4864ff06 100644 --- a/configure.in.in +++ b/configure.in.in @@ -226,7 +226,7 @@ dnl ********** AC_DEFUN([KDE_CHECK_MDI], [ - AC_MSG_CHECKING(whether to use kmdi lib from tdelibs) + AC_MSG_CHECKING(whether to use tdemdi lib from tdelibs) AC_CACHE_VAL(ac_cv_mdi_setup, [ AC_LANG_SAVE @@ -250,7 +250,7 @@ AC_DEFUN([KDE_CHECK_MDI], ]) if test "$ac_cv_mdi_setup" = "yes"; then - LIB_KMDI="-lkmdi" + LIB_KMDI="-ltdemdi" AC_MSG_RESULT(yes) else LIB_KMDI='' @@ -260,7 +260,7 @@ AC_DEFUN([KDE_CHECK_MDI], AC_SUBST(LIB_KMDI) ]) -dnl Check if kmdi is present, if not don't bother.. +dnl Check if tdemdi is present, if not don't bother.. KDE_CHECK_MDI |