summaryrefslogtreecommitdiff
path: root/libtool.m4
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2005-05-10 01:31:58 +0000
committerMike Stump <mrs@gcc.gnu.org>2005-05-10 01:31:58 +0000
commit3ac9bd58d1759cd880700b8a2f3cb95d0535c16f (patch)
treea073325fe81b2b9ad4d38cfa7da3b1b798c35884 /libtool.m4
parent42458609a52dc9348c5131b8d172b02f6372aa11 (diff)
libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on lt_cv_sys_max_cmd_len for now.
* libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on lt_cv_sys_max_cmd_len for now. From-SVN: r99495
Diffstat (limited to 'libtool.m4')
-rw-r--r--libtool.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/libtool.m4 b/libtool.m4
index f9de0f03c43..d83e37a8a9a 100644
--- a/libtool.m4
+++ b/libtool.m4
@@ -332,7 +332,7 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
;;
esac
])
-if test -n $lt_cv_sys_max_cmd_len ; then
+if test -n "$lt_cv_sys_max_cmd_len" ; then
AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
else
AC_MSG_RESULT(none)