aboutsummaryrefslogtreecommitdiffstats
path: root/common
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 /common
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 'common')
-rw-r--r--common/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/configure.ac b/common/configure.ac
index c72164a3..a3399198 100644
--- a/common/configure.ac
+++ b/common/configure.ac
@@ -18,7 +18,7 @@ case "`(uname -sr) 2>/dev/null`" in
LINUX=yes
;;
"IRIX 6"*)
- X_LIBS="-L/usr/lib32"
+ LDFLAGS="-L/usr/lib32 $LDFLAGS"
;;
"LynxOS 2"*)
SJLJ_EXCEPTIONS=yes