aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 59b61eb8ce..42e9a132a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-04-10 Dan Winship <danw@helixcode.com>
+
+ * configure.in: check for mkstemp
+
2000-04-10 Damon Chaplin <damon@helixcode.com>
* configure.in (AC_OUTPUT): removed libical stuff since it has its
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.