summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Oshmyan <chortos@inbox.lv>2021-06-18 02:23:12 +0300
committerOleg Oshmyan <chortos@inbox.lv>2021-07-10 02:36:31 +0300
commitc22b6d44ae9cdd7275602f467e70e7503250db52 (patch)
tree70f83e9097417deb0ea94d38e0f61136b46ea950
parent4382621c64238ec3d8e67b86403f9a6e402be4ad (diff)
downloadlibass-c22b6d44ae9cdd7275602f467e70e7503250db52.tar.bz2
libass-c22b6d44ae9cdd7275602f467e70e7503250db52.tar.xz
configure: don't link to check for Windows/DirectWrite
There's no point. We originally had extra code here that adjusted linker flags before the test, but that's long gone.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8500381..784b147 100644
--- a/configure.ac
+++ b/configure.ac
@@ -144,7 +144,7 @@ AS_IF([test "x$enable_coretext" != xno], [
AS_IF([test "x$enable_directwrite" != xno], [
# Linking to DirectWrite directly only works from Windows
AC_MSG_CHECKING([for DIRECTWRITE])
- AC_LINK_IFELSE([
+ AC_COMPILE_IFELSE([
AC_LANG_PROGRAM([[#include <windows.h>]], [[;]])
], [
directwrite=true