diff options
author | Tim Janik <timj@gtk.org> | 2001-11-26 09:19:17 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2001-11-26 09:19:17 +0000 |
commit | ff3ecc745d62d91177b9c86dfb08c8be85d1d7f7 (patch) | |
tree | d413f676d95d5c9d05f201fc29677cce6d322a1a /configure.in | |
parent | 5c2f442088c65a67534e22a3ef7016bed7b7fd9b (diff) |
provide GLIB_SIZEOF_SIZE_T.
Mon Nov 26 09:42:24 2001 Tim Janik <timj@gtk.org>
* configure.in: provide GLIB_SIZEOF_SIZE_T.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 828a2bceb..15e03ed8c 100644 --- a/configure.in +++ b/configure.in @@ -1722,6 +1722,7 @@ _______EOF #define GLIB_SIZEOF_VOID_P $glib_void_p #define GLIB_SIZEOF_LONG $glib_long +#define GLIB_SIZEOF_SIZE_T $glib_size_t _______EOF |