Reverted my last commit.
authorMartin Baulig <martin@src.gnome.org>
Mon, 24 Jan 2000 01:20:51 +0000 (01:20 +0000)
committerMartin Baulig <martin@src.gnome.org>
Mon, 24 Jan 2000 01:20:51 +0000 (01:20 +0000)
svn path=/trunk/; revision=1070

macros/ChangeLog
macros/gnome-libgtop-check.m4

index b3c9c3f..ec32da4 100644 (file)
@@ -3,11 +3,6 @@
        * gnome-pilot.m4: i broke the version-checking macro for other
        distribs in my last commit. fixing that now.
 
-2000-01-23  Martin Baulig  <martin@home-of-linux.org>
-
-       * gnome-libgtop-check.m4 (GNOME_LIBGTOP_TYPES): Check for
-       `u_int8_t' and `int8_t'.
-
 2000-01-22  Peter Teichman  <peter@helixcode.com>
 
        * gnome-pilot.m4 (PILOT_LIBS): fix the version-checking macro for
index 887acfe..0845435 100644 (file)
@@ -8,8 +8,6 @@ AC_DEFUN([GNOME_LIBGTOP_TYPES],
 [
        AC_CHECK_TYPE(u_int64_t, unsigned long long int)
        AC_CHECK_TYPE(int64_t, signed long long int)
-       AC_CHECK_TYPE(u_int8_t, unsigned char)
-       AC_CHECK_TYPE(int8_t, signed char)
 ])
 
 dnl