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.
This commit is contained in:
Owen Taylor
2002-12-11 22:21:32 +00:00
committed by Owen Taylor
parent bf2ae7b7e5
commit 299b90ed7b
8 changed files with 69 additions and 0 deletions

View File

@@ -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