libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on lt_cv_sys_max_cmd_len for...
authorMike Stump <mrs@apple.com>
Tue, 10 May 2005 01:31:58 +0000 (01:31 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Tue, 10 May 2005 01:31:58 +0000 (01:31 +0000)
        * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
        lt_cv_sys_max_cmd_len for now.

From-SVN: r99495

ChangeLog
libtool.m4

index d209f47014ac1789c649d004439687e38b6f8c69..64524ec41a503dd50b359ec423f957152dbb21f9 100644 (file)
--- 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.
index f9de0f03c430e9d875d55ebc1cb1ee43b3efd13c..d83e37a8a9a35e0842e578104507d6669d6bf1ff 100644 (file)
@@ -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)