configure.ac: restore correct order for XORG_DEFAULT_OPTIONS

It must be following AC_USE_SYSTEM_EXTENSION
This commit is contained in:
Gaetan Nadon 2009-11-29 10:44:24 -05:00
parent 3dbaa11d1c
commit 6b4e526e7b

View file

@ -18,12 +18,12 @@ AC_CONFIG_HEADER([include/X11/XlibConf.h])
m4_ifndef([XORG_MACROS_VERSION],
[m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])])
XORG_MACROS_VERSION(1.3)
XORG_DEFAULT_OPTIONS
# 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
XORG_DEFAULT_OPTIONS
# Checks for programs.
AC_PROG_LIBTOOL