aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2008-03-21 15:22:30 +0000
committerAdam Tkac <atkac@redhat.com>2008-03-21 15:22:30 +0000
commitbee114ae5e69b10e132c5d6d680045d9165e5a90 (patch)
tree1dad92adfb088deb2897648ea7bd2073629b6180
parent62a5eb397f753968b6c136e733cc87e3346f1149 (diff)
downloadtigervnc-bee114ae5e69b10e132c5d6d680045d9165e5a90.tar.gz
tigervnc-bee114ae5e69b10e132c5d6d680045d9165e5a90.zip
Fixed detection of XTest extension on IRIX
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2438 3789f03b-4d11-0410-bbf8-ca57d06f2519
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 12bb5588..078e7b95 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,7 +84,8 @@ AM_CONDITIONAL([VNCCONFIG], [test "x$BUILD_VNCCONFIG" = xyes])
dnl Check for the XTest X11 extension library.
AC_SEARCH_LIBS([XTestGrabControl], [Xtst],
[AC_DEFINE([HAVE_XTEST], [], [Define if you have Xtst library])],
- [AC_MSG_WARN([No XTest extension, building x0vncserver view-only])])
+ [AC_MSG_WARN([No XTest extension, building x0vncserver view-only])],
+ [-lXext -lX11])
dnl Support for READDISPLAY (Irix) and SUN_OVL (Solaris) extensions
dnl FIXME: Implement corresponding --with options.