mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 03:48:03 +02:00
Silence autoconf on Mac OS X
Autoconf was complaining that AC_COMPILE_IFELSE and AC_RUN_IFELSE were called before AC_GNU_SOURCE. Moving AC_GNU_SOURCE right after AC_INIT solves this.
This commit is contained in:
parent
05d4f9b461
commit
11a120fb84
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ CAIRO_PARSE_VERSION
|
|||
AC_INIT([cairo],
|
||||
[cairo_version_major.cairo_version_minor.cairo_version_micro],
|
||||
[http://bugs.freedesktop.org/enter_bug.cgi?product=cairo])
|
||||
AC_GNU_SOURCE
|
||||
AC_USE_SYSTEM_EXTENSIONS
|
||||
AC_CONFIG_SRCDIR(src/cairo.h)
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
|
|
@ -15,7 +16,6 @@ DOLT dnl Make my libtool fast!
|
|||
GTK_DOC_CHECK([1.6])
|
||||
|
||||
AC_SYS_LARGEFILE
|
||||
AC_GNU_SOURCE
|
||||
|
||||
dnl ===========================================================================
|
||||
dnl
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue