mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-15 23:07:16 +01:00
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:
parent
5641d7107e
commit
73c99a0f64
@ -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>
|
2001-10-17 HideToshi Tajima <hidetoshi.tajima@sun.com>
|
||||||
|
|
||||||
* glib/gconvert.c (g_iconv_open):
|
* glib/gconvert.c (g_iconv_open):
|
||||||
|
@ -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>
|
2001-10-17 HideToshi Tajima <hidetoshi.tajima@sun.com>
|
||||||
|
|
||||||
* glib/gconvert.c (g_iconv_open):
|
* glib/gconvert.c (g_iconv_open):
|
||||||
|
@ -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>
|
2001-10-17 HideToshi Tajima <hidetoshi.tajima@sun.com>
|
||||||
|
|
||||||
* glib/gconvert.c (g_iconv_open):
|
* glib/gconvert.c (g_iconv_open):
|
||||||
|
@ -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>
|
2001-10-17 HideToshi Tajima <hidetoshi.tajima@sun.com>
|
||||||
|
|
||||||
* glib/gconvert.c (g_iconv_open):
|
* glib/gconvert.c (g_iconv_open):
|
||||||
|
@ -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>
|
2001-10-17 HideToshi Tajima <hidetoshi.tajima@sun.com>
|
||||||
|
|
||||||
* glib/gconvert.c (g_iconv_open):
|
* glib/gconvert.c (g_iconv_open):
|
||||||
|
@ -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>
|
2001-10-17 HideToshi Tajima <hidetoshi.tajima@sun.com>
|
||||||
|
|
||||||
* glib/gconvert.c (g_iconv_open):
|
* glib/gconvert.c (g_iconv_open):
|
||||||
|
@ -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>
|
2001-10-17 HideToshi Tajima <hidetoshi.tajima@sun.com>
|
||||||
|
|
||||||
* glib/gconvert.c (g_iconv_open):
|
* glib/gconvert.c (g_iconv_open):
|
||||||
|
@ -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>
|
2001-10-17 HideToshi Tajima <hidetoshi.tajima@sun.com>
|
||||||
|
|
||||||
* glib/gconvert.c (g_iconv_open):
|
* glib/gconvert.c (g_iconv_open):
|
||||||
|
@ -355,7 +355,7 @@ AC_CHECK_SIZEOF(void *)
|
|||||||
AC_CHECK_SIZEOF(long long)
|
AC_CHECK_SIZEOF(long long)
|
||||||
AC_CHECK_SIZEOF(__int64)
|
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
|
else
|
||||||
AC_MSG_ERROR([
|
AC_MSG_ERROR([
|
||||||
|
Loading…
x
Reference in New Issue
Block a user