summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGravatar aeb 2000-09-10 22:18:49 +0000
committerGravatar aeb 2000-09-10 22:18:49 +0000
commitd93e0e84c97cebac079f70fff8dc89159f3b98dd (patch)
tree7f86d205971f5cbcf2c85511493b3769a143190e /configure.in
parentAdded control files for Debian packages. (diff)
Work around compiler warnings for int/ptr casts.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@38 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 21290d3..fdc0870 100644
--- a/configure.in
+++ b/configure.in
@@ -8,6 +8,8 @@ AC_PROG_CC
AM_PROG_LIBTOOL
AC_PROG_INSTALL
+AC_CHECK_SIZEOF(void *, 8)
+
# set the libtool so version numbers
lt_major=4
lt_revision=0