diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-08-17 18:31:08 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-08-17 18:31:08 +0000 |
commit | a1ab92582cbf279202e890ecb0ddfad79033acfa (patch) | |
tree | 104fa2fed80cf405638f3b0c0227069b66ae78ac /ChangeLog.pre-2-8 | |
parent | 63828e25ec8e186ba31b887ee8fb909bce1619f4 (diff) |
Check for crt_externs.h and _NSGetEnviron.
2005-08-17 Matthias Clasen <mclasen@redhat.com>
* configure.in: Check for crt_externs.h and _NSGetEnviron.
* glib/gutils.c: On Darwin, include crt-externs.h and
define environ using _NSGetEnviron(). (#313731)
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 3d6a2c898..2b065ae4e 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,10 @@ +2005-08-17 Matthias Clasen <mclasen@redhat.com> + + * configure.in: Check for crt_externs.h and _NSGetEnviron. + + * glib/gutils.c: On Darwin, include crt-externs.h and + define environ using _NSGetEnviron(). (#313731) + 2005-08-16 Stepan Kasal <kasal@ucw.cz> * glib/gutils.c (g_get_any_init): Move the body of the big if... |