Check also ac_cv_sizeof___int64 when requiring a 64-bit type.

2001-10-19  Tor Lillqvist  <tml@iki.fi>

	* configure.in: Check also ac_cv_sizeof___int64 when requiring a
	64-bit type.
This commit is contained in:
Tor Lillqvist 2001-10-18 21:07:29 +00:00 committed by Tor Lillqvist
parent 5641d7107e
commit 73c99a0f64
9 changed files with 41 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-10-19 Tor Lillqvist <tml@iki.fi>
* configure.in: Check also ac_cv_sizeof___int64 when requiring a
64-bit type.
2001-10-17 HideToshi Tajima <hidetoshi.tajima@sun.com>
* glib/gconvert.c (g_iconv_open):

View File

@ -1,3 +1,8 @@
2001-10-19 Tor Lillqvist <tml@iki.fi>
* configure.in: Check also ac_cv_sizeof___int64 when requiring a
64-bit type.
2001-10-17 HideToshi Tajima <hidetoshi.tajima@sun.com>
* glib/gconvert.c (g_iconv_open):

View File

@ -1,3 +1,8 @@
2001-10-19 Tor Lillqvist <tml@iki.fi>
* configure.in: Check also ac_cv_sizeof___int64 when requiring a
64-bit type.
2001-10-17 HideToshi Tajima <hidetoshi.tajima@sun.com>
* glib/gconvert.c (g_iconv_open):

View File

@ -1,3 +1,8 @@
2001-10-19 Tor Lillqvist <tml@iki.fi>
* configure.in: Check also ac_cv_sizeof___int64 when requiring a
64-bit type.
2001-10-17 HideToshi Tajima <hidetoshi.tajima@sun.com>
* glib/gconvert.c (g_iconv_open):

View File

@ -1,3 +1,8 @@
2001-10-19 Tor Lillqvist <tml@iki.fi>
* configure.in: Check also ac_cv_sizeof___int64 when requiring a
64-bit type.
2001-10-17 HideToshi Tajima <hidetoshi.tajima@sun.com>
* glib/gconvert.c (g_iconv_open):

View File

@ -1,3 +1,8 @@
2001-10-19 Tor Lillqvist <tml@iki.fi>
* configure.in: Check also ac_cv_sizeof___int64 when requiring a
64-bit type.
2001-10-17 HideToshi Tajima <hidetoshi.tajima@sun.com>
* glib/gconvert.c (g_iconv_open):

View File

@ -1,3 +1,8 @@
2001-10-19 Tor Lillqvist <tml@iki.fi>
* configure.in: Check also ac_cv_sizeof___int64 when requiring a
64-bit type.
2001-10-17 HideToshi Tajima <hidetoshi.tajima@sun.com>
* glib/gconvert.c (g_iconv_open):

View File

@ -1,3 +1,8 @@
2001-10-19 Tor Lillqvist <tml@iki.fi>
* configure.in: Check also ac_cv_sizeof___int64 when requiring a
64-bit type.
2001-10-17 HideToshi Tajima <hidetoshi.tajima@sun.com>
* glib/gconvert.c (g_iconv_open):

View File

@ -355,7 +355,7 @@ AC_CHECK_SIZEOF(void *)
AC_CHECK_SIZEOF(long long)
AC_CHECK_SIZEOF(__int64)
if test x$ac_cv_sizeof_long = x8 || test x$ac_cv_sizeof_long_long = x8 ; then
if test x$ac_cv_sizeof_long = x8 || test x$ac_cv_sizeof_long_long = x8 || test x$ac_cv_sizeof___int64 = x8 ; then
:
else
AC_MSG_ERROR([