summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0222b0436..4392d28b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-01-18 Guillem Jover <guillem@debian.org>
+ * configure.ac (AC_CHECK_SIZEOF): Quote parameters.
+
+2008-01-18 Guillem Jover <guillem@debian.org>
+
* THANKS: Add all the people that have contributed until now.
2008-01-18 Guillem Jover <guillem@debian.org>
diff --git a/configure.ac b/configure.ac
index 4f7660da3..72612793a 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