summaryrefslogtreecommitdiffstats
path: root/lib/buildsystem/autoconf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/buildsystem/autoconf.sh')
-rw-r--r--lib/buildsystem/autoconf.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/buildsystem/autoconf.sh b/lib/buildsystem/autoconf.sh
index 446e017..b770c7f 100644
--- a/lib/buildsystem/autoconf.sh
+++ b/lib/buildsystem/autoconf.sh
@@ -94,3 +94,10 @@ _oh_autoconf_can_install()
{
return 1
}
+
+_oh_autoconf_testarch()
+{
+ # TODO: This should call config.sub, which may be in src or src/conftools
+ # (or elsewhere?).
+ return 0
+}