diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-05-29 22:36:07 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-05-29 22:36:07 +0800 |
commit | b8b4901eba7cde41f0d7776f63ffac3eadf7e001 (patch) | |
tree | df7136601ede392b900248c202dcade232f9f690 /ChangeLog | |
parent | d1fb1edd57e2b64f1a8500c6fa460f194817d1d5 (diff) | |
download | gsoc2013-epiphany-b8b4901eba7cde41f0d7776f63ffac3eadf7e001.tar.gz gsoc2013-epiphany-b8b4901eba7cde41f0d7776f63ffac3eadf7e001.tar.zst gsoc2013-epiphany-b8b4901eba7cde41f0d7776f63ffac3eadf7e001.zip |
Add check for 'mkdtemp', since solaris doesn't have it.
2004-05-29 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Add check for 'mkdtemp', since solaris doesn't have it.
* lib/ephy-file-helpers.c: (ephy_file_tmp_dir):
Error out if we don't have mkdtemp.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2004-05-29 Christian Persch <chpe@cvs.gnome.org> + * configure.in: + + Add check for 'mkdtemp', since solaris doesn't have it. + + * lib/ephy-file-helpers.c: (ephy_file_tmp_dir): + + Error out if we don't have mkdtemp. + +2004-05-29 Christian Persch <chpe@cvs.gnome.org> + * lib/ephy-dialog.c: (ephy_dialog_construct): Don't return a value in void function, part of bug #141319. |