mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-05 20:28:01 +02:00
configure.ac: restore correct order for XORG_DEFAULT_OPTIONS
It must be following AC_USE_SYSTEM_EXTENSION
This commit is contained in:
parent
3dbaa11d1c
commit
6b4e526e7b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue