From: Martin Baulig Date: Mon, 24 Jan 2000 01:20:51 +0000 (+0000) Subject: Reverted my last commit. X-Git-Tag: GNOME_COMMON_1_2_1~85 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c88813e1c1c0862aab6cdbd1f1179b84df55f00;p=platform%2Fupstream%2Fgnome-common.git Reverted my last commit. svn path=/trunk/; revision=1070 --- diff --git a/macros/ChangeLog b/macros/ChangeLog index b3c9c3f..ec32da4 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 887acfe..0845435 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