From: Raja R Harinath Date: Thu, 11 Oct 2001 05:15:46 +0000 (+0000) Subject: (ac_cv_sizeof_long_long): Avoid '==' and '-a' in 'test's. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=858b18bdcae6ac1a858e4f49d2f5da8514f3918a;p=dana%2Fcg-glib.git (ac_cv_sizeof_long_long): Avoid '==' and '-a' in 'test's. Please read the 'autoconf' manual on writing portable tests. --- diff --git a/ChangeLog b/ChangeLog index 0129819f..49e0eb92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-10-11 Raja R Harinath + + * configure.in (ac_cv_sizeof_long_long): Avoid '==' and '-a' in + 'test's. + Wed Oct 10 20:07:36 2001 Joshua N Pritikin * glib/gmessages.c glib/gtypes.h: Remove G_HAVE_GINT64 diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 0129819f..49e0eb92 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +2001-10-11 Raja R Harinath + + * configure.in (ac_cv_sizeof_long_long): Avoid '==' and '-a' in + 'test's. + Wed Oct 10 20:07:36 2001 Joshua N Pritikin * glib/gmessages.c glib/gtypes.h: Remove G_HAVE_GINT64 diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 0129819f..49e0eb92 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2001-10-11 Raja R Harinath + + * configure.in (ac_cv_sizeof_long_long): Avoid '==' and '-a' in + 'test's. + Wed Oct 10 20:07:36 2001 Joshua N Pritikin * glib/gmessages.c glib/gtypes.h: Remove G_HAVE_GINT64 diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 0129819f..49e0eb92 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2001-10-11 Raja R Harinath + + * configure.in (ac_cv_sizeof_long_long): Avoid '==' and '-a' in + 'test's. + Wed Oct 10 20:07:36 2001 Joshua N Pritikin * glib/gmessages.c glib/gtypes.h: Remove G_HAVE_GINT64 diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 0129819f..49e0eb92 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2001-10-11 Raja R Harinath + + * configure.in (ac_cv_sizeof_long_long): Avoid '==' and '-a' in + 'test's. + Wed Oct 10 20:07:36 2001 Joshua N Pritikin * glib/gmessages.c glib/gtypes.h: Remove G_HAVE_GINT64 diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 0129819f..49e0eb92 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2001-10-11 Raja R Harinath + + * configure.in (ac_cv_sizeof_long_long): Avoid '==' and '-a' in + 'test's. + Wed Oct 10 20:07:36 2001 Joshua N Pritikin * glib/gmessages.c glib/gtypes.h: Remove G_HAVE_GINT64 diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 0129819f..49e0eb92 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2001-10-11 Raja R Harinath + + * configure.in (ac_cv_sizeof_long_long): Avoid '==' and '-a' in + 'test's. + Wed Oct 10 20:07:36 2001 Joshua N Pritikin * glib/gmessages.c glib/gtypes.h: Remove G_HAVE_GINT64 diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 0129819f..49e0eb92 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2001-10-11 Raja R Harinath + + * configure.in (ac_cv_sizeof_long_long): Avoid '==' and '-a' in + 'test's. + Wed Oct 10 20:07:36 2001 Joshua N Pritikin * glib/gmessages.c glib/gtypes.h: Remove G_HAVE_GINT64 diff --git a/configure.in b/configure.in index dc5d506b..94fec8b2 100644 --- a/configure.in +++ b/configure.in @@ -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([