diff options
author | Timothy Pearson <[email protected]> | 2013-02-21 13:18:03 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-21 13:18:03 -0600 |
commit | d8198372e6a0ec3e7a00db1f908f7c2dc371d74e (patch) | |
tree | 1b79a7c351cf67851e50f90ddff9317421adc844 /acinclude.m4 | |
parent | b64d20c194013c7c4847664014e515b681299a8d (diff) | |
download | kcmautostart-d8198372e6a0ec3e7a00db1f908f7c2dc371d74e.tar.gz kcmautostart-d8198372e6a0ec3e7a00db1f908f7c2dc371d74e.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 a15a57c..e87945d 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 "$kde33ornewer"; 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=""]) |