From 75b9f68338ad3e186ed45bc77cc6870e8071759c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 26 Jun 2010 21:41:58 -0400 Subject: [PATCH] don't build testapplication on OS X See bug 622827 --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index f6f33ebad..91cd10dea 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -92,7 +92,7 @@ noinst_PROGRAMS = $(TEST_PROGS) \ testexpander \ testvolumebutton -if OS_UNIX +if USE_X11 noinst_PROGRAMS += testapplication endif -- 2.43.2