[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r1615: Do a better job of detecting Qt 4.2 debug libs on OS X. Ther (trunk)
Author: edmanm
Date: 2007-01-27 01:01:03 -0500 (Sat, 27 Jan 2007)
New Revision: 1615
Modified:
trunk/
trunk/configure.in
Log:
r1630@adrastea: edmanm | 2007-01-27 00:58:39 -0500
Do a better job of detecting Qt 4.2 debug libs on OS X. There were a few
necessary non-Qt libs missing from LIBS when we did our AC_TRY_LINK.
Property changes on: trunk
___________________________________________________________________
svk:merge ticket from /vidalia/local/trunk [r1630] on 54b3572a-7227-0410-958f-53ecd705b71a
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in 2007-01-27 04:54:01 UTC (rev 1614)
+++ trunk/configure.in 2007-01-27 06:01:03 UTC (rev 1615)
@@ -124,7 +124,7 @@
saved_LIBS="$LIBS"
if test x$framework = x; then
LDFLAGS="-L$QTDIR/lib"
- LIBS="-lQtCore_debug"
+ LIBS="-lQtCore_debug -framework AppKit -lz -liconv"
else
LDFLAGS="-L$QTDIR/lib/QtCore.framework"
LIBS="$QTDIR/lib/QtCore.framework/QtCore_debug"