chiark / gitweb /
fix compile error in debug mode
[elogind.git] / configure.ac
index 66dc866521fedb8910eedb388ccb3b962926d55b..e916cfca9f51e4ba91c0dd2fc4ca7c572cd45aea 100644 (file)
@@ -1,11 +1,11 @@
 AC_INIT([udev],
-       [139],
+       [140],
        [linux-hotplug@vger.kernel.org])
 AC_PREREQ(2.60)
 AC_CONFIG_SRCDIR([udev/udevd.c])
 AM_INIT_AUTOMAKE([check-news foreign 1.9 dist-bzip2])
-AC_GNU_SOURCE
 AC_DISABLE_STATIC
+AC_USE_SYSTEM_EXTENSIONS
 AC_SYS_LARGEFILE
 AC_PROG_LIBTOOL
 AC_CONFIG_MACRO_DIR([m4])