diff --git a/ChangeLog b/ChangeLog
index d209f47014ac1789c649d004439687e38b6f8c69..64524ec41a503dd50b359ec423f957152dbb21f9 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 f9de0f03c430e9d875d55ebc1cb1ee43b3efd13c..d83e37a8a9a35e0842e578104507d6669d6bf1ff 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)