diff options
Diffstat (limited to 'm4/slibtool.m4')
-rw-r--r-- | m4/slibtool.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/slibtool.m4 b/m4/slibtool.m4 index 9bca38c..43dea09 100644 --- a/m4/slibtool.m4 +++ b/m4/slibtool.m4 @@ -315,7 +315,7 @@ _SLIBTOOL_ARG_WITH([pic],[override defaults for pic object usage],[slibtool_pic_ # slibtool: set flavor # -------------------- slibtool_set_flavor -LIBTOOL=${SLIBTOOL} +LIBTOOL='$(SLIBTOOL)' AC_SUBST([LIBTOOL]) AC_SUBST([SLIBTOOL]) |