summaryrefslogtreecommitdiffstats
path: root/daemon/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/configure.ac')
-rw-r--r--daemon/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/daemon/configure.ac b/daemon/configure.ac
index e8aebc96..e0ff7ce2 100644
--- a/daemon/configure.ac
+++ b/daemon/configure.ac
@@ -33,6 +33,9 @@ AC_ARG_ENABLE([debug-command],
[AC_DEFINE_UNQUOTED([ENABLE_DEBUG_COMMAND],[1],[Enable the 'debug' command])],
[])
+dnl For strchrnul(3), asprintf(3), futimens(2) and getline(3).
+AC_GNU_SOURCE
+
dnl Check for basic C environment.
AC_PROG_CC
AC_PROG_INSTALL