The branch, master has been updated
via 188ea062f07930f9e38f9ccb6f13058a74a6de9c (commit)
from 65ee804495ea68d7cc415e6cde9ffd00b9569d77 (commit)
- Shortlog ------------------------------------------------------------
188ea06 configure.ac: Add missing quotes to AC_CHECK_SIZEOF calls
Summary of changes:
ChangeLog | 4 ++++
configure.ac | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit 188ea062f07930f9e38f9ccb6f13058a74a6de9c
Author: Guillem Jover <[EMAIL PROTECTED]>
Date: Fri Jan 18 07:20:38 2008 +0200
configure.ac: Add missing quotes to AC_CHECK_SIZEOF calls
diff --git a/ChangeLog b/ChangeLog
index 0222b04..4392d28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-01-18 Guillem Jover <[EMAIL PROTECTED]>
+ * configure.ac (AC_CHECK_SIZEOF): Quote parameters.
+
+2008-01-18 Guillem Jover <[EMAIL PROTECTED]>
+
* THANKS: Add all the people that have contributed until now.
2008-01-18 Guillem Jover <[EMAIL PROTECTED]>
diff --git a/configure.ac b/configure.ac
index 4f7660d..7261279 100644
--- a/configure.ac
+++ b/configure.ac
@@ -85,8 +85,8 @@ AC_TYPE_MODE_T
AC_TYPE_PID_T
AC_TYPE_SIZE_T
DPKG_TYPE_PTRDIFF_T
-AC_CHECK_SIZEOF(unsigned int)
-AC_CHECK_SIZEOF(unsigned long)
+AC_CHECK_SIZEOF([unsigned int])
+AC_CHECK_SIZEOF([unsigned long])
DPKG_DECL_SYS_SIGLIST
DPKG_C_ATTRIBUTE
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]