From 9177cf2c3814f1f23fe207d4be3876111d272d60 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Mon, 25 Mar 2019 15:52:02 +0900 Subject: [PATCH] Add back if !OS_WIN32 line --- test/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Makefile.am b/test/Makefile.am index ff693e4..fc47a50 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -76,6 +76,7 @@ endif check_PROGRAMS += test-bz106618 test_bz106618_LDADD = $(top_builddir)/src/libfontconfig.la +if !OS_WIN32 check_PROGRAMS += test-bz106632 test_bz106632_CFLAGS = \ -I$(top_builddir) \