From 6e707feec4b4e2c9d89fe1278819addc1b8428fe Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Mon, 24 Jan 2000 01:20:51 +0000 Subject: Reverted my last commit. svn path=/trunk/; revision=1613 --- macros/ChangeLog | 5 ----- macros/gnome-libgtop-check.m4 | 2 -- 2 files changed, 7 deletions(-) diff --git a/macros/ChangeLog b/macros/ChangeLog index b3c9c3f6a4..ec32da4975 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -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 - - * gnome-libgtop-check.m4 (GNOME_LIBGTOP_TYPES): Check for - `u_int8_t' and `int8_t'. - 2000-01-22 Peter Teichman * gnome-pilot.m4 (PILOT_LIBS): fix the version-checking macro for diff --git a/macros/gnome-libgtop-check.m4 b/macros/gnome-libgtop-check.m4 index 887acfe152..0845435167 100644 --- a/macros/gnome-libgtop-check.m4 +++ b/macros/gnome-libgtop-check.m4 @@ -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 -- cgit v1.2.3