Check also ac_cv_sizeof___int64 when requiring a 64-bit type.
authorTor Lillqvist <tml@iki.fi>
Thu, 18 Oct 2001 21:07:29 +0000 (21:07 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 18 Oct 2001 21:07:29 +0000 (21:07 +0000)
2001-10-19  Tor Lillqvist  <tml@iki.fi>

* configure.in: Check also ac_cv_sizeof___int64 when requiring a
64-bit type.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index 6e7c0c2..ada843a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
index 6e7c0c2..ada843a 100644 (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):
index 6e7c0c2..ada843a 100644 (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):
index 6e7c0c2..ada843a 100644 (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):
index 6e7c0c2..ada843a 100644 (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):
index 6e7c0c2..ada843a 100644 (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):
index 6e7c0c2..ada843a 100644 (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):
index 6e7c0c2..ada843a 100644 (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):
index 94fec8b..e6d13ae 100644 (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([