summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--m4/slibtool.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/slibtool.m4 b/m4/slibtool.m4
index e2e6ad5..b1ed75b 100644
--- a/m4/slibtool.m4
+++ b/m4/slibtool.m4
@@ -242,7 +242,7 @@ slibtool_set_flavor()
_/*)
SLIBTOOL_SYSROOT="--sysroot=${slibtool_sysroot}"
- SLIBTOOL="${SLIBTOOL} \$(SLIBTOOL_SYSROOT)"
+ SLIBTOOL="${SLIBTOOL} ${SLIBTOOL_SYSROOT}"
;;
*)
@@ -536,7 +536,7 @@ _SLIBTOOL_ARG_WITH([sysroot],[absolute path to the target's sysroot],[slibtool_s
# --------------------
slibtool_set_flavor
LIBTOOL='$(SLIBTOOL)'
-SLIBTOOL="${SLIBTOOL} \$(SLIBTOOL_FLAGS)"
+SLIBTOOL="${SLIBTOOL} ${SLIBTOOL_FLAGS}"
AC_SUBST([LIBTOOL])
AC_SUBST([SLIBTOOL])