[cairo-commit] 2 commits - build/configure.ac.system
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Tue Mar 1 11:03:32 UTC 2022
build/configure.ac.system | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1fee5ac98590c9121890e44960a65928293ecaaf
Merge: 1195977d1 baf8a8cfc
Author: Uli Schlachter <psychon at znc.in>
Date: Tue Mar 1 11:03:30 2022 +0000
Merge branch 'cairo542' into 'master'
Re-enable windows backends in autotool
Closes #542
See merge request cairo/cairo!291
commit baf8a8cfc71fed0aff4607b6c7d9da1195f05ecc
Author: Nathan Lee <2431820-nathanal at users.noreply.gitlab.com>
Date: Tue Mar 1 20:54:16 2022 +1100
Re-enable windows backends in autotool
AC_LANG_SOURCE only takes one argument, ignored the others.
Closes #542
diff --git a/build/configure.ac.system b/build/configure.ac.system
index 076dc8fa4..d6fb14ebe 100644
--- a/build/configure.ac.system
+++ b/build/configure.ac.system
@@ -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
More information about the cairo-commit
mailing list