diff options
author | Martin Baulig <martin@src.gnome.org> | 2000-01-24 09:20:51 +0800 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 2000-01-24 09:20:51 +0800 |
commit | 6e707feec4b4e2c9d89fe1278819addc1b8428fe (patch) | |
tree | 771cf8b9bf48bb207b50af7e67cd635fad5cabf0 | |
parent | acbc330e55ee077330aeb4889eba42c5d33cdc93 (diff) | |
download | gsoc2013-evolution-6e707feec4b4e2c9d89fe1278819addc1b8428fe.tar gsoc2013-evolution-6e707feec4b4e2c9d89fe1278819addc1b8428fe.tar.gz gsoc2013-evolution-6e707feec4b4e2c9d89fe1278819addc1b8428fe.tar.bz2 gsoc2013-evolution-6e707feec4b4e2c9d89fe1278819addc1b8428fe.tar.lz gsoc2013-evolution-6e707feec4b4e2c9d89fe1278819addc1b8428fe.tar.xz gsoc2013-evolution-6e707feec4b4e2c9d89fe1278819addc1b8428fe.tar.zst gsoc2013-evolution-6e707feec4b4e2c9d89fe1278819addc1b8428fe.zip |
Reverted my last commit.
svn path=/trunk/; revision=1613
-rw-r--r-- | macros/ChangeLog | 5 | ||||
-rw-r--r-- | macros/gnome-libgtop-check.m4 | 2 |
2 files changed, 0 insertions, 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 <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 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 |