summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-02-28 13:32:32 (EST)
committer P. J. McDermott <pjm@nac.net>2014-02-28 13:32:32 (EST)
commitb8ed6806008a58e45abfbb8b4e4c011b316cfd49 (patch)
treee67f3caf00c6b5e6ab2fe1082bb6edafc22e5009 /lib
parentd3ea09d6b14a6b0cf682b96f1d67585aff07844a (diff)
_oh_autoconf_configure(): Update multiarch test.
Diffstat (limited to 'lib')
-rw-r--r--lib/buildsystem/autoconf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/buildsystem/autoconf.sh b/lib/buildsystem/autoconf.sh
index 4443737..716ebca 100644
--- a/lib/buildsystem/autoconf.sh
+++ b/lib/buildsystem/autoconf.sh
@@ -48,7 +48,7 @@ _oh_autoconf_configure()
"${_OH_BUILDSYSTEM_TARGET_ARCH}" 'autoconf')"
fi
- if [ '@multiarch_libdir@' = 'true' ]; then
+ if [ '@multiarch_libdir@' = 'yes' ]; then
libdir='${prefix}/lib/'"${OPK_HOST_ARCH}"
else
libdir='${prefix}/lib/'