aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-04-11 02:44:08 +0800
committerDan Winship <danw@src.gnome.org>2000-04-11 02:44:08 +0800
commit22cac10b8f82a9eb0efdacbd75c4bff75d89e20f (patch)
treee8a19483a4d4fdd2772eab215c19334e9f325385 /configure.in
parentf85c096a2c075737889724a9c775d775ae8724b8 (diff)
downloadgsoc2013-evolution-22cac10b8f82a9eb0efdacbd75c4bff75d89e20f.tar.gz
gsoc2013-evolution-22cac10b8f82a9eb0efdacbd75c4bff75d89e20f.tar.zst
gsoc2013-evolution-22cac10b8f82a9eb0efdacbd75c4bff75d89e20f.zip
check for mkstemp
* configure.in: check for mkstemp svn path=/trunk/; revision=2374
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 895d7e88de..901bb405f7 100644
--- a/configure.in
+++ b/configure.in
@@ -55,6 +55,7 @@ AM_GNOME_GETTEXT
GNOME_X_CHECKS
+AC_CHECK_FUNCS(mkstemp)
dnl **************************************************
dnl * pas-backend-file stuff.
2001-11-052-0/+7 * use TZID from the builtin timezone, instead of using the location name.Damon Chaplin2001-11-052-1/+10 * Short-circuit the calculation of the repeat time if there are zeroFederico Mena Quintero2001-11-032-4/+14 * Argh, missing commit from yesterday to fix building of the tarball.Ettore Perazzoli2001-11-021-1/+1 * Added rules to generate `Evolution-Addressbook-SelectNames.h'.Ettore Perazzoli2001-11-012-18/+40 * #include <string.h>Federico Mena Quintero2001-10-312-0/+5 * If a query is not in progress, just retag the whole thing. An event mayFederico Mena Quintero2001-10-313-41/+67 * Fix bug #13723.Federico Mena Quintero2001-10-316-90/+495 * Make the pre_changes and changes match here.Christopher James Lahey2001-10-312-0/+7 * send as mixed rather than alternativeJP Rosevear2001-10-312-1/+6 * Removed. (KEY_NUM_CALENDARS_TO_LOAD): New key, containing the number ofEttore Perazzoli2001-10-312-64/+42 * disconnect signals added in append_page(). Fixes Gtk-Critical warningDamon Chaplin2001-10-312-0/+11 * set a body for the messageJP Rosevear2001-10-312-1/+11 * call GNOME_Evolution_Composer_setMultipartType to get aDan Winship2001-10-312-0/+12 * Revert.JP Rosevear2001-10-311-12/+1 * don't overwrite memory (e_meeting_time_selector_on_end_time_changed):JP Rosevear2001-10-313-3/+27 * return NULL if passed NULL. Should fix bug #14048.Damon Chaplin2001-10-312-0/+8 * Do not ignore the exceptions of the cases that do not have defaults.Federico Mena Quintero2001-10-312-3/+29 * if we are doing all day stuff, make the drag increment 1 day at a timeJP Rosevear2001-10-312-7/+21 * Add _() to a string that was missing it.Federico Mena Quintero2001-10-312-1/+6 * Commit the ETable click-to-add for if the dialog is being destroyed.Federico Mena Quintero2001-10-312-1/+29 * Allocate enough space for the string! (was missing the null terminator)Federico Mena Quintero2001-10-312-2/+8 * move in whole day increments if we are in all day modeJP Rosevear2001-10-315-43/+65 * s/BONOBO_HTML_GNOME_LIBS/BONOBO_HTML_GNOME_CFLAGS/Dan Winship2001-10-312-2/+6 * Oops.JP Rosevear2001-10-311-1/+29 * count the actual attendees (doesn't include people delegatingJP Rosevear2001-10-315-20/+108 * set to the default timezone for DATE values, in case the user switches toDamon Chaplin2001-10-302-10/+14 * handle DATE values for Start and Due dates.Damon Chaplin2001-10-302-30/+64 * updated code to handle DATE values.Damon Chaplin2001-10-3011-58/+156 * Fix bug #10016.Federico Mena Quintero2001-10-304-151/+153 * Use an EMessageBox instead of a gnome_dialog_question so that the labelFederico Mena Quintero2001-10-3013-89/+433