summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2015-05-07 23:03:38 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2015-05-07 23:03:38 -0700
commit649966c9f22e868e7623507e098a03be6e13e6a7 (patch)
tree42c938b7f369e1a4cf43e9c17e6e61d87a05d9e0
parent8536b831dbaef02a547b9fc637347a1459413e2b (diff)
config: add AC_USE_SYSTEM_EXTENSIONS
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@oracle.com>
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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])