Re-enable windows backends in autotool

AC_LANG_SOURCE only takes one argument, ignored the others.

Closes #542
This commit is contained in:
Nathan Lee 2022-03-01 20:54:16 +11:00
parent 1195977d16
commit baf8a8cfc7

View file

@ -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