Skip to content

Commit

Permalink
libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on lt_cv_sys_max_…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
Mike Stump authored and Mike Stump committed May 10, 2005
1 parent 4245860 commit 3ac9bd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2005-05-09 Mike Stump <[email protected]>

* libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
lt_cv_sys_max_cmd_len for now.

2005-05-09 Stan Cox <[email protected]>

* MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
Expand Down
2 changes: 1 addition & 1 deletion libtool.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3ac9bd5

Please sign in to comment.