(ac_cv_sizeof_long_long): Avoid '==' and '-a' in 'test's.
authorRaja R Harinath <harinath@src.gnome.org>
Thu, 11 Oct 2001 05:15:46 +0000 (05:15 +0000)
committerRaja R Harinath <harinath@src.gnome.org>
Thu, 11 Oct 2001 05:15:46 +0000 (05:15 +0000)
Please read the 'autoconf' manual on writing portable tests.

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 0129819..49e0eb9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 0129819..49e0eb9 100644 (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
index 0129819..49e0eb9 100644 (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
index 0129819..49e0eb9 100644 (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
index 0129819..49e0eb9 100644 (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
index 0129819..49e0eb9 100644 (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
index 0129819..49e0eb9 100644 (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
index 0129819..49e0eb9 100644 (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
index dc5d506..94fec8b 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 -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([