summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-02-26 01:55:51 +0100
committerLennart Poettering <lennart@poettering.net>2009-02-26 03:18:16 +0100
commitc891735f10f65e84896172da5d7c0064efa72feb (patch)
treeb7903d4e71d43925fc8840c84c085555632171b2 /configure.ac
parenta1563d125f757bdfd336d9a317f436f6aee836f9 (diff)
instead of defining _GNU_SOURCE manually use AC_USE_SYSTEM_EXTENSIONS
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5f5a726..2ba046e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ AC_INIT([udev-extras],
[linux-hotplug@vger.kernel.org])
AC_PREREQ(2.60)
AM_INIT_AUTOMAKE([check-news foreign 1.9 subdir-objects dist-bzip2])
-AC_GNU_SOURCE
AC_DISABLE_STATIC
+AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE
AC_CONFIG_HEADERS(config.h)
AC_PROG_CC