diff options
author | Michael Natterer <mitch@gimp.org> | 2002-05-08 15:26:28 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2002-05-08 15:26:28 +0000 |
commit | db9df57df14193c02d926f841cac7337ecf70609 (patch) | |
tree | 024abc88d846dfad2d38eb51863348008501b6ef /ChangeLog.pre-2-2 | |
parent | 4fa9758df4d20822d6b1d5fe67c1bb6a0b11ef58 (diff) | |
download | gtk+-db9df57df14193c02d926f841cac7337ecf70609.tar.gz |
fixed yesterdays fix for cross compiling: simply check the variable
2002-05-08 Michael Natterer <mitch@gimp.org>
* configure.in: fixed yesterdays fix for cross compiling: simply
check the variable "cross_compiling" which gets set by autoconf.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 8d1fe164a2..46fa78cc66 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2002-05-08 Michael Natterer <mitch@gimp.org> + + * configure.in: fixed yesterdays fix for cross compiling: simply + check the variable "cross_compiling" which gets set by autoconf. + Wed May 8 16:14:49 2002 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtktreeview.c |