diff options
author | Adam Tkac <atkac@redhat.com> | 2008-07-14 09:13:15 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2008-07-14 09:13:15 +0000 |
commit | 67e461fae2272758eed7bfc2a61624b27ad56159 (patch) | |
tree | d85f7d36b8fd806ba56c94e80a78685ae9665b57 /common | |
parent | c5ab42d7229f9523bdd1f64799fb9ecc4ef2bf35 (diff) | |
download | tigervnc-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.ac | 2 |
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 |