(ac_cv_sizeof_long_long): Avoid '==' and '-a' in 'test's.

Please read the 'autoconf' manual on writing portable tests.
This commit is contained in:
Raja R Harinath 2001-10-11 05:15:46 +00:00
parent dbf99df7e3
commit 858b18bdca
9 changed files with 41 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-10-11 Raja R Harinath <harinath@cs.umn.edu>
* configure.in (ac_cv_sizeof_long_long): Avoid '==' and '-a' in
'test's.
Wed Oct 10 20:07:36 2001 Joshua N Pritikin <vishnu@pobox.com>
* glib/gmessages.c glib/gtypes.h: Remove G_HAVE_GINT64

View File

@ -1,3 +1,8 @@
2001-10-11 Raja R Harinath <harinath@cs.umn.edu>
* configure.in (ac_cv_sizeof_long_long): Avoid '==' and '-a' in
'test's.
Wed Oct 10 20:07:36 2001 Joshua N Pritikin <vishnu@pobox.com>
* glib/gmessages.c glib/gtypes.h: Remove G_HAVE_GINT64

View File

@ -1,3 +1,8 @@
2001-10-11 Raja R Harinath <harinath@cs.umn.edu>
* configure.in (ac_cv_sizeof_long_long): Avoid '==' and '-a' in
'test's.
Wed Oct 10 20:07:36 2001 Joshua N Pritikin <vishnu@pobox.com>
* glib/gmessages.c glib/gtypes.h: Remove G_HAVE_GINT64

View File

@ -1,3 +1,8 @@
2001-10-11 Raja R Harinath <harinath@cs.umn.edu>
* configure.in (ac_cv_sizeof_long_long): Avoid '==' and '-a' in
'test's.
Wed Oct 10 20:07:36 2001 Joshua N Pritikin <vishnu@pobox.com>
* glib/gmessages.c glib/gtypes.h: Remove G_HAVE_GINT64

View File

@ -1,3 +1,8 @@
2001-10-11 Raja R Harinath <harinath@cs.umn.edu>
* configure.in (ac_cv_sizeof_long_long): Avoid '==' and '-a' in
'test's.
Wed Oct 10 20:07:36 2001 Joshua N Pritikin <vishnu@pobox.com>
* glib/gmessages.c glib/gtypes.h: Remove G_HAVE_GINT64

View File

@ -1,3 +1,8 @@
2001-10-11 Raja R Harinath <harinath@cs.umn.edu>
* configure.in (ac_cv_sizeof_long_long): Avoid '==' and '-a' in
'test's.
Wed Oct 10 20:07:36 2001 Joshua N Pritikin <vishnu@pobox.com>
* glib/gmessages.c glib/gtypes.h: Remove G_HAVE_GINT64

View File

@ -1,3 +1,8 @@
2001-10-11 Raja R Harinath <harinath@cs.umn.edu>
* configure.in (ac_cv_sizeof_long_long): Avoid '==' and '-a' in
'test's.
Wed Oct 10 20:07:36 2001 Joshua N Pritikin <vishnu@pobox.com>
* glib/gmessages.c glib/gtypes.h: Remove G_HAVE_GINT64

View File

@ -1,3 +1,8 @@
2001-10-11 Raja R Harinath <harinath@cs.umn.edu>
* configure.in (ac_cv_sizeof_long_long): Avoid '==' and '-a' in
'test's.
Wed Oct 10 20:07:36 2001 Joshua N Pritikin <vishnu@pobox.com>
* glib/gmessages.c glib/gtypes.h: Remove G_HAVE_GINT64

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 -o x$ac_cv_sizeof_long_long == x8 ; then
if test x$ac_cv_sizeof_long = x8 || test x$ac_cv_sizeof_long_long = x8 ; then
:
else
AC_MSG_ERROR([