summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/classes-recipe/autotools.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/autotools.bbclass b/meta/classes-recipe/autotools.bbclass
index 12881a31ec..ca76cde0e7 100644
--- a/meta/classes-recipe/autotools.bbclass
+++ b/meta/classes-recipe/autotools.bbclass
@@ -37,7 +37,7 @@ inherit siteinfo
37export CONFIG_SITE 37export CONFIG_SITE
38 38
39acpaths ?= "default" 39acpaths ?= "default"
40EXTRA_AUTORECONF += "--exclude=autopoint --exclude=gtkdocize" 40EXTRA_AUTORECONF += "--exclude=autopoint"
41 41
42export lt_cv_sys_lib_dlsearch_path_spec = "${libdir} ${base_libdir}" 42export lt_cv_sys_lib_dlsearch_path_spec = "${libdir} ${base_libdir}"
43 43