diff options
Diffstat (limited to 'libXdmcp')
-rw-r--r-- | libXdmcp/configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libXdmcp/configure.ac b/libXdmcp/configure.ac index cf6b30921..d117aa1e7 100644 --- a/libXdmcp/configure.ac +++ b/libXdmcp/configure.ac @@ -26,6 +26,10 @@ AC_INIT([libXdmcp], [1.1.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXdmcp]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) +# Set common system defines for POSIX extensions, such as _GNU_SOURCE +# Must be called before any macros that run the compiler (like AC_PROG_LIBTOOL) +# to avoid autoconf errors. +AC_USE_SYSTEM_EXTENSIONS # Initialize Automake AM_INIT_AUTOMAKE([foreign dist-bzip2]) |