diff options
author | Timothy Pearson <[email protected]> | 2013-02-21 13:17:09 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-21 13:17:09 -0600 |
commit | b34faf1481c3135ec25cbaf2516ee1f9fecc8986 (patch) | |
tree | dd5529fc16a22524e37eedeaf920d12480ebcd79 | |
parent | d0d237b0bb3399e46d3f22f9be7fbc1e5d1c6cda (diff) | |
download | dolphin-b34faf1481c3135ec25cbaf2516ee1f9fecc8986.tar.gz dolphin-b34faf1481c3135ec25cbaf2516ee1f9fecc8986.zip |
Rename makekdewidgets
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 61ef1b6..217f89f 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -606,7 +606,7 @@ AC_DEFUN([KDE_SUBST_PROGRAMS], KDE_FIND_PATH(dcopidlng, DCOPIDLNG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidlng)]) fi if test -n "$trinity3ornewer"; then - KDE_FIND_PATH(makekdewidgets, MAKEKDEWIDGETS, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(makekdewidgets)]) + KDE_FIND_PATH(maketdewidgets, MAKEKDEWIDGETS, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(maketdewidgets)]) AC_SUBST(MAKEKDEWIDGETS) fi KDE_FIND_PATH(xmllint, XMLLINT, [${prefix}/bin ${exec_prefix}/bin], [XMLLINT=""]) |