]> Pileus Git - ~andy/gtk/commitdiff
don't build testapplication on OS X
authorMatthias Clasen <mclasen@redhat.com>
Sun, 27 Jun 2010 01:41:58 +0000 (21:41 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 27 Jun 2010 01:41:58 +0000 (21:41 -0400)
See bug 622827

tests/Makefile.am

index f6f33ebadd8a477d908bd83b0ddb780dce7b1555..91cd10deaecbddf097db0f2297b76d67bdfe71e4 100644 (file)
@@ -92,7 +92,7 @@ noinst_PROGRAMS =  $(TEST_PROGS)      \
        testexpander                    \
        testvolumebutton
 
-if OS_UNIX
+if USE_X11
 noinst_PROGRAMS += testapplication
 endif