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
This commit is contained in:
Mike Stump 2005-05-10 01:31:58 +00:00 committed by Mike Stump
parent 42458609a5
commit 3ac9bd58d1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-05-09 Mike Stump <mrs@apple.com>
* libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
lt_cv_sys_max_cmd_len for now.
2005-05-09 Stan Cox <scox@redhat.com>
* MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.

2
libtool.m4 vendored
View File

@ -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)