diff options
author | Dan Winship <danw@src.gnome.org> | 2001-04-27 04:02:39 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-04-27 04:02:39 +0800 |
commit | ac59d9fb458452daf75d535c638cab17e6f17fe5 (patch) | |
tree | 090b0047554a4f5bd5745c88f81911aa8bcf4c19 /ChangeLog | |
parent | 84e075645b9013f6c0f8200ebddee10b1904936a (diff) | |
download | gsoc2013-evolution-ac59d9fb458452daf75d535c638cab17e6f17fe5.tar.gz gsoc2013-evolution-ac59d9fb458452daf75d535c638cab17e6f17fe5.tar.zst gsoc2013-evolution-ac59d9fb458452daf75d535c638cab17e6f17fe5.zip |
Check for gethostbyname_r so e_gethostbyname_r will DTRT.
* configure.in: Check for gethostbyname_r so e_gethostbyname_r
will DTRT.
svn path=/trunk/; revision=9591
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ and libs from all CFLAGS and LIBS variables. Add GAL_LIBS for things that need to depend on just gal (for gunicode). + * configure.in: Check for gethostbyname_r so e_gethostbyname_r + will DTRT. + 2001-04-24 Dan Winship <danw@ximian.com> * configure.in: Bump up the gal requirement |