Browse Source

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
tags/v0.0.90
Adam Tkac 16 years ago
parent
commit
67e461fae2
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      common/configure.ac
  2. 1
    1
      unix/configure.ac

+ 1
- 1
common/configure.ac View File

@@ -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

+ 1
- 1
unix/configure.ac View File

@@ -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
;;

Loading…
Cancel
Save