diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-21 13:27:48 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-21 13:27:48 -0600 |
commit | 067fcf034d9743d4a04c24244798d2783937cdac (patch) | |
tree | 992e6ac821c695c33253a9b36095ad2ab97b16a5 /acinclude.m4 | |
parent | 1e639849001711ee7d7dea6ab1221405467a2382 (diff) | |
download | kipi-plugins-067fcf034d9743d4a04c24244798d2783937cdac.tar.gz kipi-plugins-067fcf034d9743d4a04c24244798d2783937cdac.zip |
Rename makekdewidgets
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index bc45063..a21c3ec 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=""]) |