summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordscho <dscho>2003-02-09 16:37:43 +0000
committerdscho <dscho>2003-02-09 16:37:43 +0000
commitf74a60769676297270e0ebfec1ab31eec70496a9 (patch)
treeb2ee6247edae2bb00d5cd0ea005037762c58ce1c
parente7d21a7a184454eaa8bd4d04f8976fb021f45495 (diff)
downloadlibtdevnc-f74a60769676297270e0ebfec1ab31eec70496a9.tar.gz
libtdevnc-f74a60769676297270e0ebfec1ab31eec70496a9.zip
order of X libraries is not good for IRIX
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0005191..6f186b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ if test "$X_CFLAGS" != "-DX_DISPLAY_MISSING"; then
HAVE_XTEST="false",
$X_LIBS $X_PRELIBS -lX11 -lXext $X_EXTRA_LIBS)
if test $HAVE_XTEST = "true"; then
- X_LIBS="$X_LIBS $X_PRELIBS -lX11 $X_EXTRA_LIBS -lXext -lXtst"
+ X_LIBS="$X_LIBS $X_PRELIBS -lXtst -lXext -lX11 $X_EXTRA_LIBS"
HAVE_X="true"
fi
fi