[583] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

[D-O-H] r696 - / trunk/owl

daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:07:39 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
To: dirty-owl-hackers@mit.edu
From: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Mon, 16 Apr 2007 21:50:51 -0400 (EDT)

Author: nelhage
Date: 2007-04-16 21:50:51 -0400 (Mon, 16 Apr 2007)
New Revision: 696

Modified:
   /
   trunk/owl/configure.in
Log:
 r21073@phanatique:  nelhage | 2007-04-16 21:50:23 -0400
 Add /usr/athena/lib to the *end* of LDFLAGS so directories listed on
 the command-line take precedence
 



Property changes on: 
___________________________________________________________________
Name: svk:merge
   - 6122c8b4-0e12-0410-9533-8bcd7c66c992:/local/dirty-owl-hacks:24493
6aa88b72-b502-0410-8cb4-a5dd0230fb79:/owl-local:1356
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/barnowl:20834
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h:18636
   + 6122c8b4-0e12-0410-9533-8bcd7c66c992:/local/dirty-owl-hacks:24493
6aa88b72-b502-0410-8cb4-a5dd0230fb79:/owl-local:1356
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/barnowl:21073
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h:18636

Modified: trunk/owl/configure.in
===================================================================
--- trunk/owl/configure.in	2007-04-17 01:50:37 UTC (rev 695)
+++ trunk/owl/configure.in	2007-04-17 01:50:51 UTC (rev 696)
@@ -23,7 +23,7 @@
 fi
 AC_MSG_CHECKING(for /usr/athena/lib)
 if test -d /usr/athena/lib; then
-	LDFLAGS=-L/usr/athena/lib\ ${LDFLAGS}
+	LDFLAGS=${LDFLAGS}\ -L/usr/athena/lib
 	AC_MSG_RESULT(yes)
 else
 	AC_MSG_RESULT(no)


home help back first fref pref prev next nref lref last post