diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | libtool.m4 | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index d209f47014a..64524ec41a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. 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) |