summaryrefslogtreecommitdiffstats
path: root/lib/buildsystem
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-02-28 13:23:45 (EST)
committer P. J. McDermott <pjm@nac.net>2014-02-28 13:23:45 (EST)
commite644fc98d1e9cd72e75ec40ab5fb779dac71f6d1 (patch)
tree40214e2fc3605c54644e3f11f419deda6b387377 /lib/buildsystem
parentd069cf9ec8ba9cbe312546c12aee44ef391fa8f4 (diff)
Use new build system macros in source files.
Diffstat (limited to 'lib/buildsystem')
-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 7ec8938..4443737 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@' = 'true' ]; then
libdir='${prefix}/lib/'"${OPK_HOST_ARCH}"
else
libdir='${prefix}/lib/'