diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-08-30 04:36:55 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-08-30 04:36:55 +0800 |
commit | 13cc5a4083c0f154ce395a11d32786374907a0ba (patch) | |
tree | eaec92e02baa8a0914574d0aa2155e6112a4566f /ChangeLog | |
parent | 8098f50e8ca2d5497d2c225b36bc4224cb18e116 (diff) | |
download | gsoc2013-epiphany-13cc5a4083c0f154ce395a11d32786374907a0ba.tar gsoc2013-epiphany-13cc5a4083c0f154ce395a11d32786374907a0ba.tar.gz gsoc2013-epiphany-13cc5a4083c0f154ce395a11d32786374907a0ba.tar.bz2 gsoc2013-epiphany-13cc5a4083c0f154ce395a11d32786374907a0ba.tar.lz gsoc2013-epiphany-13cc5a4083c0f154ce395a11d32786374907a0ba.tar.xz gsoc2013-epiphany-13cc5a4083c0f154ce395a11d32786374907a0ba.tar.zst gsoc2013-epiphany-13cc5a4083c0f154ce395a11d32786374907a0ba.zip |
Only include execinfo.h if it exists.
2005-08-29 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-debug.c:
Only include execinfo.h if it exists.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2005-08-29 Christian Persch <chpe@cvs.gnome.org> + * lib/ephy-debug.c: + + Only include execinfo.h if it exists. + +2005-08-29 Christian Persch <chpe@cvs.gnome.org> + * configure.ac: * lib/ephy-debug.c: (trap_handler): @@ -9,7 +15,7 @@ * configure.ac: - Simply gecko version check. + Simplify gecko version check. 2005-08-28 Christian Persch <chpe@cvs.gnome.org> |