summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2015-06-04 13:00:42 -0400
committerRay Strode <rstrode@redhat.com>2018-04-03 14:16:17 -0400
commit539bf5dcca489534f42798a4500aca4b1a8ec8d0 (patch)
tree91af443b71125b8b26eb8a9d763f3024f0308b8c /configure.ac
parentfef4b4dea0ebc6cb99a148d8d60badf68a29a6b8 (diff)
downloadpolkit-539bf5dcca489534f42798a4500aca4b1a8ec8d0.tar.gz
build: Use AC_USE_SYSTEM_EXTENSIONS
This ensures that we get all of the extensions consistently, rather than having just a few files `#define _GNU_SOURCE`.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4af973b..8112171 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,6 +23,7 @@ AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)
+AC_USE_SYSTEM_EXTENSIONS
AC_ISC_POSIX
AC_PROG_CC
AC_HEADER_STDC