summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-09-28 21:39:42 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-09-28 21:39:42 -0700
commitcbf235460e163b9b27024a2ccb8cb6c1487a7dfb (patch)
tree20e0a1903b55e8068904d75d4ec51185ff73b778 /configure.ac
parent4fe64535cf96968593975c96bc1cf1700d4f818c (diff)
downloadxscope-cbf235460e163b9b27024a2ccb8cb6c1487a7dfb.tar.gz
Add AC_USE_SYSTEM_EXTENSIONS to configure.ac
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9d1b513..f4739a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,6 +41,7 @@ AM_CONFIG_HEADER(config.h)
m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.3 or later before running autoconf/autogen])])
XORG_MACROS_VERSION(1.3)
+AC_USE_SYSTEM_EXTENSIONS
AC_PROG_CC
XORG_DEFAULT_OPTIONS
AC_PROG_INSTALL