aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2011-08-24 00:32:28 +0000
committerDRC <dcommander@users.sourceforge.net>2011-08-24 00:32:28 +0000
commitca1cdb00c4a10bf4e5779a521aa7105633077274 (patch)
treeccadc78599cf2b9e92c0801aa39d89c74bb7374c /unix/xserver
parentdc4f354791467b089d3c27534d22c9458b963e96 (diff)
downloadtigervnc-ca1cdb00c4a10bf4e5779a521aa7105633077274.tar.gz
tigervnc-ca1cdb00c4a10bf4e5779a521aa7105633077274.zip
Oops. Need to escape parentheses
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4658 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/xserver')
-rw-r--r--unix/xserver/hw/vnc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/xserver/hw/vnc/Makefile.am b/unix/xserver/hw/vnc/Makefile.am
index dc1d4fc8..8f8c65ba 100644
--- a/unix/xserver/hw/vnc/Makefile.am
+++ b/unix/xserver/hw/vnc/Makefile.am
@@ -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