diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-11 22:21:32 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-11 22:21:32 +0000 |
commit | 299b90ed7b7ab0ea8ca109ca917a903898e6aabc (patch) | |
tree | 5c05fa23211c005fb2fa111281a0247847e3cda6 /ChangeLog.pre-2-2 | |
parent | bf2ae7b7e5bfe86d54b64cd4872b04f9d6ff2f45 (diff) |
Add GLIB_ASSERT_SET() as a helper for adding "must be set when
Wed Dec 11 17:00:20 2002 Owen Taylor <otaylor@redhat.com>
* acglib.m4 (ac_compile): Add GLIB_ASSERT_SET() as
a helper for adding "must be set when cross-compiling"
errors.
* configure.in: For all cached variables without defaults,
error out if they aren't set.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 52f9fcef5..d834d4167 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,12 @@ +Wed Dec 11 17:00:20 2002 Owen Taylor <otaylor@redhat.com> + + * acglib.m4 (ac_compile): Add GLIB_ASSERT_SET() as + a helper for adding "must be set when cross-compiling" + errors. + + * configure.in: For all cached variables without defaults, + error out if they aren't set. + Wed Dec 11 15:52:01 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Also assume AC_LINK_IFELSE() is |