From 3ac9bd58d1759cd880700b8a2f3cb95d0535c16f Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Tue, 10 May 2005 01:31:58 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ libtool.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d209f47014a..64524ec41a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-05-09 Mike Stump + + * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on + lt_cv_sys_max_cmd_len for now. + 2005-05-09 Stan Cox * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer. 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)