aboutsummaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2008-07-14 09:13:15 +0000
committerAdam Tkac <atkac@redhat.com>2008-07-14 09:13:15 +0000
commit67e461fae2272758eed7bfc2a61624b27ad56159 (patch)
treed85f7d36b8fd806ba56c94e80a78685ae9665b57 /unix
parentc5ab42d7229f9523bdd1f64799fb9ecc4ef2bf35 (diff)
downloadtigervnc-67e461fae2272758eed7bfc2a61624b27ad56159.tar.gz
tigervnc-67e461fae2272758eed7bfc2a61624b27ad56159.zip
Include -L/usr/lib32 into LDFLAGS on IRIX
(http://sourceforge.net/mailarchive/message.php?msg_name=486A0011.5090503%40tightvnc.com, does anyone have better idea?) git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2624 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix')
-rw-r--r--unix/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure.ac b/unix/configure.ac
index e55af498..63e158fb 100644
--- a/unix/configure.ac
+++ b/unix/configure.ac
@@ -26,7 +26,7 @@ case "`(uname -sr) 2>/dev/null`" in
USE_MITSHM=yes
;;
"IRIX 6"*)
- X_LIBS="-L/usr/lib32"
+ LDFLAGS="-L/usr/lib32 $LDFLAGS"
USE_MITSHM=yes
USE_READDISPLAY=yes
;;