mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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:
parent
42458609a5
commit
3ac9bd58d1
@ -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
2
libtool.m4
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user