OSSP CVS Repository

ossp - Difference in ossp-pkg/xds/configure.ac versions 1.1 and 1.2
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/xds/configure.ac 1.1 -> 1.2

--- configure.ac 2001/07/20 10:42:34     1.1
+++ configure.ac 2001/07/20 10:56:01     1.2
@@ -1,6 +1,6 @@
 dnl configure.in -- Process this file with autoconf to produce a configure script.
 
-AC_INIT(libxds, [$Revision: 1.1 $])
+AC_INIT(libxds, [$Revision: 1.2 $])
 
 dnl Get rid of the lousy -g and -O defaults in CFLAGS.
 dnl
@@ -37,6 +37,12 @@
                             )]
              )
 AC_SUBST([xds_uint32_t])
+AC_CHECK_TYPE(u_int64_t, [xds_uint64_t=u_int64_t],
+              [AC_CHECK_TYPE(uint64_t, [xds_uint64_t=uint64_t],
+                             [AC_MSG_ERROR([no unsigned 64 bit data type found])]
+                            )]
+             )
+AC_SUBST([xds_uint64_t])
 AC_CHECK_TYPE(int8_t, [xds_int8_t=int8_t],
               [AC_CHECK_TYPE(int8_t, [xds_int8_t=int8_t],
                              [AC_MSG_ERROR([no signed 8 bit data type found])]
@@ -55,6 +61,12 @@
                             )]
              )
 AC_SUBST([xds_int32_t])
+AC_CHECK_TYPE(int64_t, [xds_int64_t=int64_t],
+              [AC_CHECK_TYPE(int64_t, [xds_int64_t=int64_t],
+                             [AC_MSG_ERROR([no signed 64 bit data type found])]
+                            )]
+             )
+AC_SUBST([xds_int64_t])
 
 dnl Write results.
 dnl

CVSTrac 2.0.1