summaryrefslogtreecommitdiff
path: root/libtool.m4
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-10 01:31:58 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-10 01:31:58 +0000
commit5cd1aacdb51c02052ce17bc2b427af2615743e78 (patch)
treea073325fe81b2b9ad4d38cfa7da3b1b798c35884 /libtool.m4
parent45997b870d429be87cb8cdc6a2855bf031eb5f1f (diff)
* libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
lt_cv_sys_max_cmd_len for now. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99495 138bc75d-0d04-0410-961f-82ee72b054a4
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 f9de0f03c430..d83e37a8a9a3 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)