summaryrefslogtreecommitdiff
path: root/libffi
diff options
context:
space:
mode:
Diffstat (limited to 'libffi')
-rw-r--r--libffi/ChangeLog4
-rwxr-xr-xlibffi/configure2
2 files changed, 5 insertions, 1 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog
index a686d39e995..8e24c80f2ae 100644
--- a/libffi/ChangeLog
+++ b/libffi/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-09 Mike Stump <mrs@apple.com>
+
+ * configure: Regenerate.
+
2005-05-08 Richard Henderson <rth@redhat.com>
PR libffi/21285
diff --git a/libffi/configure b/libffi/configure
index bd8a58b0969..cc5e89d5e76 100755
--- a/libffi/configure
+++ b/libffi/configure
@@ -3568,7 +3568,7 @@ else
fi
-if test -n $lt_cv_sys_max_cmd_len ; then
+if test -n "$lt_cv_sys_max_cmd_len" ; then
echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
else