[PATCH:xconsole] config: add AC_USE_SYSTEM_EXTENSIONS

Alan Coopersmith alan.coopersmith at oracle.com
Thu May 7 23:10:13 PDT 2015


Might fix https://bugs.freedesktop.org/show_bug.cgi?id=6336 on 64-bit Linux
Shouldn't hurt anyone

Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
 configure.ac |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index c512282..691fbd6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,6 +29,7 @@ AC_INIT([xconsole],
 	[xconsole])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS([config.h])
+AC_USE_SYSTEM_EXTENSIONS
 
 # Initialize Automake
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
-- 
1.7.9.2



More information about the xorg-devel mailing list