mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-15 04:30:38 +01:00
Re-enable windows backends in autotool
AC_LANG_SOURCE only takes one argument, ignored the others. Closes #542
This commit is contained in:
parent
1195977d16
commit
baf8a8cfc7
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ AC_CHECK_HEADERS([libgen.h byteswap.h signal.h setjmp.h fenv.h sys/wait.h])
|
|||
AC_CHECK_FUNCS([ctime_r localtime_r gmtime_r drand48 flockfile funlockfile getline link strndup])
|
||||
|
||||
dnl Check if the runtime platform is a native Win32 host.
|
||||
AC_COMPILE_IFELSE([AC_LANG_SOURCE([], [[
|
||||
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [[
|
||||
#ifdef _WIN32
|
||||
choke me
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue