aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-11-11 11:37:47 -0700
committerChris Larson <chris_larson@mentor.com>2010-11-11 11:37:47 -0700
commitdc1e3efb70aeae1979e403defc2ec42c3481931c (patch)
treeacb4eefe557d82affe87050d3ee26914b2b4906f
parent173540c96aac632de5ff1a78b25cdc49201ee27e (diff)
downloadopenembedded-dc1e3efb70aeae1979e403defc2ec42c3481931c.tar.gz
Revert "autoconf: don't choke on m4-native in ASSUME_PROVIDED"
Drop this for now, to avoid risk of introduction of another problem. Will revisit and verify both. This reverts commit 173540c96aac632de5ff1a78b25cdc49201ee27e.
-rw-r--r--recipes/autoconf/autoconf.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/autoconf/autoconf.inc b/recipes/autoconf/autoconf.inc
index b82e73c5cf..79a81082e9 100644
--- a/recipes/autoconf/autoconf.inc
+++ b/recipes/autoconf/autoconf.inc
@@ -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=m4}"
+ export ac_cv_path_M4="${ac_cv_path_M4=${bindir}/m4}"
export ac_cv_prog_gnu_m4="${ac_cv_prog_gnu_m4=yes}"
fi
}