summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-09-12 04:53:04 -0400
committerSteve Dickson <steved@redhat.com>2014-09-15 13:56:57 -0400
commitf1816585555b8505c04375818ccfb797202d1f84 (patch)
treede3dc16785d51d49665c12175b3bffeef3013788 /configure.ac
parent267c7a02eeecafa0b5e4265d43e548489e8ffbac (diff)
downloadnfs-utils-f1816585555b8505c04375818ccfb797202d1f84.tar.gz
configure.ac: enable GNU_SOURCE for stat64/statfs64
Use AC_USE_SYSTEM_EXTENSIONS to enable GNU_SOURCE, which is needed for: - stat64 in utils/exportfs/exportfs.c - statfs64 in utils/mountd/cache.c Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> Signed-off-by: Steve Dickson <steved@redhat.com>
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 408f4c8..b9682ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,7 @@ AM_INIT_AUTOMAKE
AC_PREREQ(2.59)
AC_PREFIX_DEFAULT(/usr)
AM_MAINTAINER_MODE
+AC_USE_SYSTEM_EXTENSIONS
dnl *************************************************************
dnl * Define the set of applicable options