summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-03-26 22:27:20 +0000
committerLennart Poettering <lennart@poettering.net>2008-03-26 22:27:20 +0000
commit3ff2f54d8ecaa1cacfbfddc61daeda1bcee8dfec (patch)
tree29479fc760c7306834cc17902c96849eaa545587 /configure.ac
parenta1f1e2779999599ce02525148d13facce46f8ced (diff)
Use asprintf() to set the path of the pidfile rather than using a 4KB static buffer. Modified patch from Flameeyes
git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@136 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
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 317a147..4e9c82d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -83,7 +83,7 @@ AC_C_VOLATILE
AC_FUNC_FORK
AC_FUNC_SELECT_ARGTYPES
AC_FUNC_VPRINTF
-AC_CHECK_FUNCS([select strerror dup2 memset strrchr])
+AC_CHECK_FUNCS([select strerror dup2 memset strrchr asprintf])
AC_TYPE_MODE_T
AC_FUNC_SETPGRP
AC_TYPE_SIGNAL