don't build testapplication on OS X

See bug 622827
This commit is contained in:
Matthias Clasen 2010-06-26 21:41:58 -04:00
parent 8a590711da
commit 75b9f68338

View File

@ -92,7 +92,7 @@ noinst_PROGRAMS = $(TEST_PROGS) \
testexpander \
testvolumebutton
if OS_UNIX
if USE_X11
noinst_PROGRAMS += testapplication
endif