summaryrefslogtreecommitdiff
path: root/macros/gnome-support.m4
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-07-13 06:45:08 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-07-13 06:45:08 +0000
commit5ba221b94ebcb1b4a47716437bc26a1e33923054 (patch)
tree00a923b814a28f7bb8f8ec2843e795ac733a4400 /macros/gnome-support.m4
parenta1c4a6bc529584d58d6babf6fd85060cf38191d0 (diff)
downloadshared-mime-info-5ba221b94ebcb1b4a47716437bc26a1e33923054.tar.gz
Add check for `mkstemp'.
* gnome-support.m4 (AC_REPLACE_FUNCS): Add check for `mkstemp'. svn path=/trunk/; revision=272
Diffstat (limited to 'macros/gnome-support.m4')
-rw-r--r--macros/gnome-support.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-support.m4 b/macros/gnome-support.m4
index fe063ffb..738c175a 100644
--- a/macros/gnome-support.m4
+++ b/macros/gnome-support.m4
@@ -78,7 +78,7 @@ AC_DEFUN([GNOME_SUPPORT_CHECKS],[
LIBOBJS="$LIBOBJS easy-vsnprintf.o",
LIBOBJS="$LIBOBJS vsnprintf.o")])
- AC_REPLACE_FUNCS(scandir strcasecmp strerror strndup strnlen)
+ AC_REPLACE_FUNCS(mkstemp scandir strcasecmp strerror strndup strnlen)
AC_REPLACE_FUNCS(strtok_r vasprintf)
if test "$LIBOBJS" != ""; then