summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Wiegner <wiegner@gmx.de>2009-04-25 10:51:03 +0200
committerThomas Wiegner <wiegner@gmx.de>2009-04-25 10:51:03 +0200
commitcf67c6b70b57488d88bceb22c901d806a087f3f3 (patch)
tree7e80542e8d010807fea84f9bfa4d85354e2807e8 /configure.ac
parent96fd7673c2f131dcf3609c502da86bdd39f680db (diff)
Add mkdtemp() from xfce to unbreak gpgme build on Solaris. Closes #3217.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fe479b7a..1aace831 100644
--- a/configure.ac
+++ b/configure.ac
@@ -344,7 +344,7 @@ AC_CHECK_TYPE(ssize_t, int)
AC_CHECK_FUNCS(fgetpos memmove setegid srand48 strerror)
AC_REPLACE_FUNCS([setenv strcasecmp strdup strsep strtok_r wcscasecmp])
-AC_REPLACE_FUNCS([strcasestr])
+AC_REPLACE_FUNCS([strcasestr mkdtemp])
AC_CHECK_FUNC(getopt)
if test $ac_cv_func_getopt = yes; then