diff options
-rw-r--r-- | meta/classes/autotools.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 3741d09706..da5ec27575 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass | |||
@@ -27,7 +27,7 @@ inherit siteinfo | |||
27 | # results for autoconf tests we cannot run at build time. | 27 | # results for autoconf tests we cannot run at build time. |
28 | export CONFIG_SITE = "${@siteinfo_get_files(d)}" | 28 | export CONFIG_SITE = "${@siteinfo_get_files(d)}" |
29 | 29 | ||
30 | acpaths = "default" | 30 | acpaths ?= "default" |
31 | EXTRA_AUTORECONF = "--exclude=autopoint" | 31 | EXTRA_AUTORECONF = "--exclude=autopoint" |
32 | 32 | ||
33 | export lt_cv_sys_lib_dlsearch_path_spec = "${libdir} ${base_libdir}" | 33 | export lt_cv_sys_lib_dlsearch_path_spec = "${libdir} ${base_libdir}" |