From e57eaab1ed94229e410ebe32e2d86a1f701e8fca Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 25 Dec 2020 19:25:13 +0100 Subject: [PATCH] Update after gnulib changed. * libtextstyle/configure.ac: Set GNULIB_MDA_ISATTY. This fixes a link error on native Windows. --- libtextstyle/configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/libtextstyle/configure.ac b/libtextstyle/configure.ac index 0a35a60b4..df14033ab 100644 --- a/libtextstyle/configure.ac +++ b/libtextstyle/configure.ac @@ -73,6 +73,7 @@ lts_INIT dnl Arrange that the gnulib-generated does not declare isatty(). The dnl adhoc-tests want to get this declaration from , not . GNULIB_ISATTY=0 +GNULIB_MDA_ISATTY=0 dnl Compilation on mingw and Cygwin needs special Makefile rules, because dnl 1. when we install a shared library, we must arrange to export -- 2.47.3