diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-10 01:31:58 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-10 01:31:58 +0000 |
commit | 5cd1aacdb51c02052ce17bc2b427af2615743e78 (patch) | |
tree | a073325fe81b2b9ad4d38cfa7da3b1b798c35884 /libtool.m4 | |
parent | 45997b870d429be87cb8cdc6a2855bf031eb5f1f (diff) | |
download | gcc-5cd1aacdb51c02052ce17bc2b427af2615743e78.tar.gz |
* 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.m4 | 2 |
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) |