]> source.dussan.org Git - tigervnc.git/commitdiff
Oops. Need to escape parentheses
authorDRC <dcommander@users.sourceforge.net>
Wed, 24 Aug 2011 00:32:28 +0000 (00:32 +0000)
committerDRC <dcommander@users.sourceforge.net>
Wed, 24 Aug 2011 00:32:28 +0000 (00:32 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4658 3789f03b-4d11-0410-bbf8-ca57d06f2519

unix/xserver/hw/vnc/Makefile.am

index dc1d4fc8fb47870f8d8f5e313a328bd047921984..8f8c65ba53ac4f660f20faa8078d40bb69ea0126 100644 (file)
@@ -72,7 +72,7 @@ pixman.h:
        if [ ! "$$PIXMANINCDIR" = "" ]; then \
                cat $$PIXMANINCDIR/pixman.h | sed 's/xor/c_xor/' > $(srcdir)/pixman.h; \
        else \
-               echo Pixman include directory not set in XSERVERLIBS_CFLAGS (perhaps Pixman was not found by configure?); \
+               echo Pixman include directory not set in XSERVERLIBS_CFLAGS \(perhaps Pixman was not found by configure?\); \
        fi
 
 fbrop.h: $(top_srcdir)/fb/fbrop.h