summaryrefslogtreecommitdiff
path: root/app/xclock/configure.ac
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2015-11-11 21:12:20 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2015-11-11 21:12:20 +0000
commitbe3df29c13f26b59276b8d622ca6b338661c46a9 (patch)
treed926063176189dfe2e28fb33163d704ce7d31d8a /app/xclock/configure.ac
parent7fb4cc9bc284cff187c9b9212e5bebdf267df0df (diff)
pledge for xclock. okan@ got to the same patch. I added autoconf goo
to make it possible to send it upstreams. ok deraadt@
Diffstat (limited to 'app/xclock/configure.ac')
-rw-r--r--app/xclock/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/xclock/configure.ac b/app/xclock/configure.ac
index 9dc15f628..384c9c4c7 100644
--- a/app/xclock/configure.ac
+++ b/app/xclock/configure.ac
@@ -39,7 +39,7 @@ AC_CONFIG_HEADERS([config.h])
-AC_CHECK_FUNCS([strlcpy getpid])
+AC_CHECK_FUNCS([strlcpy getpid pledge])
AM_ICONV