Skip to content

Commit

Permalink
autoconf: don't choke on m4-native in ASSUME_PROVIDED
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Larson <chris_larson@mentor.com>
  • Loading branch information
kergoth committed Nov 11, 2010
1 parent 5c5d48e commit 173540c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/autoconf/autoconf.inc
Expand Up @@ -22,7 +22,7 @@ do_configure_prepend () {
if ${@['true', 'false'][bb.data.inherits_class('native', d)]}
then
export ac_cv_path_PERL="${ac_cv_path_PERL=${bindir}/perl}"
export ac_cv_path_M4="${ac_cv_path_M4=${bindir}/m4}"
export ac_cv_path_M4="${ac_cv_path_M4=m4}"
export ac_cv_prog_gnu_m4="${ac_cv_prog_gnu_m4=yes}"
fi
}
Expand Down

0 comments on commit 173540c

Please sign in to comment.