summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-07-10 13:24:15 -0400
committerColin Walters <walters@verbum.org>2013-07-10 13:25:35 -0400
commit124416d8328866ab54cb8332b56f50993c0f96cf (patch)
tree25f39ada59638298499fe8c6316602eb8104e135 /configure.ac
parent8cb348315eff81456b1e0b70c554558b4128df06 (diff)
downloadostree-124416d8328866ab54cb8332b56f50993c0f96cf.tar.gz
Use AC_USE_SYSTEM_EXTENSIONS instead of #define _GNU_SOURCE
It's less copy/paste, works everywhere, etc. Also fix some missing #include "config.h".
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 63986ab7..385d16f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,6 +7,7 @@ AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.11 -Wno-portability foreign no-define tar-ustar no-dist-gzip dist-xz])
AM_MAINTAINER_MODE([enable])
AM_SILENT_RULES([yes])
+AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE
AC_PROG_CC