From 2e7fc1d82500d8bcccc34cf149cadcbaca26d0e9 Mon Sep 17 00:00:00 2001 From: Conrad Parker Date: Sat, 2 Jun 2007 03:38:34 +0000 Subject: =?UTF-8?q?Add=20default=20values=20to=20AC=5FCHECK=5FSIZEOF=20mac?= =?UTF-8?q?ros,=20as=20required=20for=20using=20libogg=20on=20FPGA=20proje?= =?UTF-8?q?cts.=20This=20was=20reported=20by=20Andr=C3=A9=20Costa=20on=20t?= =?UTF-8?q?heora-dev:=20http://lists.xiph.org/pipermail/theora-dev/2007-Ju?= =?UTF-8?q?ne/003267.html=20and=20earlier=20documented=20by=20Luis=20Azuar?= =?UTF-8?q?a=20and=20Pattara=20Kiatisevi:=20http://oggonachip.sourceforge.?= =?UTF-8?q?net/oggonachip-1.0/report.pdf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.xiph.org/trunk/ogg@13008 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index adb2c65..33f19b9 100644 --- a/configure.in +++ b/configure.in @@ -193,10 +193,10 @@ has_int64_t=no )]) AC_MSG_RESULT($has_int64_t) -AC_CHECK_SIZEOF(short) -AC_CHECK_SIZEOF(int) -AC_CHECK_SIZEOF(long) -AC_CHECK_SIZEOF(long long) +AC_CHECK_SIZEOF(short,2) +AC_CHECK_SIZEOF(int,4) +AC_CHECK_SIZEOF(long,4) +AC_CHECK_SIZEOF(long long,8) if test x$has_int16_t = "xyes" ; then -- cgit v1.2.1