From 737bdb3622cfa21da82e30d4329ef654b0ec216f Mon Sep 17 00:00:00 2001 From: Oneric Date: Mon, 15 Feb 2021 20:43:29 +0100 Subject: configure: Remove superfluous comma AC_LANG_PROGRAMM only takes two parameters. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 46775bf..2e5cae6 100644 --- a/configure.ac +++ b/configure.ac @@ -144,7 +144,7 @@ AS_IF([test "x$enable_directwrite" != xno], [ # Linking to DirectWrite directly only works from Windows AC_MSG_CHECKING([for DIRECTWRITE]) AC_LINK_IFELSE([ - AC_LANG_PROGRAM([[#include ]], [[;]], ) + AC_LANG_PROGRAM([[#include ]], [[;]]) ], [ AC_DEFINE(CONFIG_DIRECTWRITE, 1, [found DirectWrite]) directwrite=true -- cgit v1.2.3